Html Css Color HEX #96006F Eggplant

📋 copy color: '#96006F'

red 150 ◦ green 0 ◦ blue 111

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

Shades of Eggplant #96006F

Tints of Eggplant #96006F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 42.53%

R = 57.47%
G = 0%
B = 42.53%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.26

 K value IS 0.41

RGB Variations

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

Color information

#96006F (or 0x96006F) is known color: Eggplant. HEX triplet: 96, 00 and 6F. RGB value is (150,0,111). Sum of RGB (Red+Green+Blue) = 150+0+111=261 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.47% from 261); Green value is 0 (0.39% from 255 or 0% from 261); Blue value is 111 (43.75% from 255 or 42.53% from 261); Max value from RGB is 150 - color contains mainly: red. Hex color #96006F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96006F is #69FF90. Grayscale: #393939. Windows color (decimal): -6946705 or 7274646. OLE color: 7274646.

HSL color Cylindrical-coordinate representation of color #96006F: hue angle of 315.6º 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 #96006F is Cyan = 0, Magento = 1, Yellow = 0.26 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 111 -
CMYK 0 1 0.26 0.41
HSL 315.6º 1% 0.29% -
HSV(B) 315.6º 1% 0.59% -
XYZ 15.45 7.63 15.7 -
YUV 57.5 158.2 193.97 -
System Red Green Blue C M Y K H S L
Decimal 150 0 111 0 1 0.26 0.41 315.6 1 0.29
Hex 96 0 6F 0 64 1A 29 13C 64 1D
Octal 226 0 157 0 144 32 51 474 144 35
Binary 10010110 0 1101111 0 1100100 11010 101001 100111100 1100100 11101

Color Harmonies of #96006F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96006F

Black with #96006F

Text Example


Text Example

White with #96006F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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