Html Css Color HEX #96036A Eggplant

📋 copy color: '#96036A'

red 150 ◦ green 3 ◦ blue 106

#96036A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #96036A

Tints of Eggplant #96036A

RGB

 RED value IS 150 (58.98% from 255) = 57.92%

 GREEN value IS 3 (1.56% from 255) = 1.16%

 BLUE value IS 106 (41.8% from 255) = 40.93%

R = 57.92%
G = 1.16%
B = 40.93%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96036A (or 0x96036A) is known color: Eggplant. HEX triplet: 96, 03 and 6A. RGB value is (150,3,106). Sum of RGB (Red+Green+Blue) = 150+3+106=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 3 (1.56% from 255 or 1.16% from 259); Blue value is 106 (41.80% from 255 or 40.93% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96036A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96036A is #69FC95. Grayscale: #3A3A3A. Windows color (decimal): -6945942 or 6947734. OLE color: 6947734.

HSL color Cylindrical-coordinate representation of color #96036A: hue angle of 317.96º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #96036A is Cyan = 0, Magento = 0.98, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 3 106 -
CMYK 0 0.98 0.29 0.41
HSL 317.96º 0.96% 0.3% -
HSV(B) 317.96º 0.98% 0.59% -
XYZ 15.21 7.59 14.3 -
YUV 58.7 154.7 193.12 -
System Red Green Blue C M Y K H S L
Decimal 150 3 106 0 0.98 0.29 0.41 317.96 0.96 0.3
Hex 96 3 6A 0 62 1D 29 13E 60 1E
Octal 226 3 152 0 142 35 51 476 140 36
Binary 10010110 11 1101010 0 1100010 11101 101001 100111110 1100000 11110

Color Harmonies of #96036A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96036A

Black with #96036A

Text Example


Text Example

White with #96036A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96036A; }

 p { color: rgb(150,3,106); }

 H1.HeaderClassName
 {
   color: #96036A;
 }
 .AnyTagClassName
 {
   color: #96036A;
 }
</style>

background-color css

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

 a { background-color: rgb(150,3,106); }

 div.DivClassName
 {
   background-color: #96036A;
 }
 .BgClassName
 {
   background-color: #96036A;
 }
</style>

border-color css

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

 span { border-color: rgb(150,3,106); }

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