#993476

Color #993476 Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #993476

Tints of Dark Purple #993476

Color information

#993476 (or 0x993476) is unknown color: approx Dark Purple. HEX triplet: 99, 34 and 76. RGB value is (153,52,118). Sum of RGB (Red+Green+Blue) = 153+52+118=323 (42% of max value = 765). Red value is 153 (60.16% from 255 or 47.37% from 323); Green value is 52 (20.70% from 255 or 16.10% from 323); Blue value is 118 (46.48% from 255 or 36.53% from 323); Max value from RGB is 153 - color contains mainly: red. Hex color #993476 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #993476 is #66CB89. Grayscale: #595959. Windows color (decimal): -6736778 or 7746713. OLE color: 7746713.

HSL color Cylindrical-coordinate representation of color #993476: hue angle of 320.79º degrees, saturation: 0.49, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #993476 is Cyan = 0, Magento = 0.66, Yellow = 0.23 and Black (K on CMYK) = 0.4.

Color convert

RGB15352118-
CMYK00.660.230.4
HSL320.79º49.27%40.2%-
HSV(B)320.79º66.01%60%-
XYZ17.6310.5418.24-
YUV89.72143.96173.13-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 153 (60.16% from 255) = 47.37%
GREEN value IS 52 (20.70% from 255) = 16.10%
BLUE value IS 118 (46.48% from 255) = 36.53%
R=47.37%
G=16.10%
B=36.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.23
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1535211800.660.230.4320.7949.2740.2
Hex99347604217281413128
Octal23164166010227505016150
Binary1001100111010011101100100001010111101000101000001110001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #993476

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #993476; }

 p { color: rgb(153,52,118); }

 H1.HeaderClassName
 {
   color: #993476;
 }
 .AnyTagClassName
 {
   color: #993476;
 }
</style>
background-color css

<style>
 a { background-color: #993476; }

 a { background-color: rgb(153,52,118); }

 div.DivClassName
 {
   background-color: #993476;
 }
 .BgClassName
 {
   background-color: #993476;
 }
</style>
border-color css

<style>
 span { border-color: #993476; }

 span { border-color: rgb(153,52,118); }

 td.TdClassName
 {
   border-color: #993476;
 }
 .TagClassName
 {
   border-color: #993476;
 }
</style>