Html Css Color HEX #96006E Eggplant

📋 copy color: '#96006E'

red 150 ◦ green 0 ◦ blue 110

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

Shades of Eggplant #96006E

Tints of Eggplant #96006E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 110 (43.36% from 255) = 42.31%

R = 57.69%
G = 0%
B = 42.31%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96006E (or 0x96006E) is known color: Eggplant. HEX triplet: 96, 00 and 6E. RGB value is (150,0,110). Sum of RGB (Red+Green+Blue) = 150+0+110=260 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.69% from 260); Green value is 0 (0.39% from 255 or 0% from 260); Blue value is 110 (43.36% from 255 or 42.31% from 260); Max value from RGB is 150 - color contains mainly: red. Hex color #96006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96006E is #69FF91. Grayscale: #393939. Windows color (decimal): -6946706 or 7209110. OLE color: 7209110.

HSL color Cylindrical-coordinate representation of color #96006E: hue angle of 316º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 1%. Process color model (Four color, CMYK) of #96006E is Cyan = 0, Magento = 1, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 110 -
CMYK 0 1 0.27 0.41
HSL 316º 1% 0.29% -
HSV(B) 316º 1% 0.59% -
XYZ 15.39 7.61 15.41 -
YUV 57.39 157.7 194.06 -
System Red Green Blue C M Y K H S L
Decimal 150 0 110 0 1 0.27 0.41 316 1 0.29
Hex 96 0 6E 0 64 1B 29 13C 64 1D
Octal 226 0 156 0 144 33 51 474 144 35
Binary 10010110 0 1101110 0 1100100 11011 101001 100111100 1100100 11101

Color Harmonies of #96006E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96006E

Black with #96006E

Text Example


Text Example

White with #96006E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96006E; }

 p { color: rgb(150,0,110); }

 H1.HeaderClassName
 {
   color: #96006E;
 }
 .AnyTagClassName
 {
   color: #96006E;
 }
</style>

background-color css

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

 a { background-color: rgb(150,0,110); }

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

border-color css

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

 span { border-color: rgb(150,0,110); }

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