Html Css Color HEX #96106A Eggplant

📋 copy color: '#96106A'

red 150 ◦ green 16 ◦ blue 106

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

Shades of Eggplant #96106A

Tints of Eggplant #96106A

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.88%

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

R = 55.15%
G = 5.88%
B = 38.97%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96106A (or 0x96106A) is known color: Eggplant. HEX triplet: 96, 10 and 6A. RGB value is (150,16,106). Sum of RGB (Red+Green+Blue) = 150+16+106=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 16 (6.64% from 255 or 5.88% from 272); Blue value is 106 (41.80% from 255 or 38.97% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #96106A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96106A is #69EF95. Grayscale: #424242. Windows color (decimal): -6942614 or 6951062. OLE color: 6951062.

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

Color convert

RGB 150 16 106 -
CMYK 0 0.89 0.29 0.41
HSL 319.7º 0.81% 0.33% -
HSV(B) 319.7º 0.89% 0.59% -
XYZ 15.36 7.9 14.35 -
YUV 66.33 150.39 187.68 -
System Red Green Blue C M Y K H S L
Decimal 150 16 106 0 0.89 0.29 0.41 319.7 0.81 0.33
Hex 96 10 6A 0 59 1D 29 140 51 21
Octal 226 20 152 0 131 35 51 500 121 41
Binary 10010110 10000 1101010 0 1011001 11101 101001 101000000 1010001 100001

Color Harmonies of #96106A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96106A

Black with #96106A

Text Example


Text Example

White with #96106A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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