Html Css Color HEX #96006A Eggplant

📋 copy color: '#96006A'

red 150 ◦ green 0 ◦ blue 106

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

Shades of Eggplant #96006A

Tints of Eggplant #96006A

RGB

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

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

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

R = 58.59%
G = 0%
B = 41.41%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96006A (or 0x96006A) is known color: Eggplant. HEX triplet: 96, 00 and 6A. RGB value is (150,0,106). Sum of RGB (Red+Green+Blue) = 150+0+106=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 106 (41.80% from 255 or 41.41% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #96006A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96006A is #69FF95. Grayscale: #383838. Windows color (decimal): -6946710 or 6946966. OLE color: 6946966.

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

Color convert

RGB 150 0 106 -
CMYK 0 1 0.29 0.41
HSL 317.6º 1% 0.29% -
HSV(B) 317.6º 1% 0.59% -
XYZ 15.18 7.52 14.29 -
YUV 56.93 155.7 194.38 -
System Red Green Blue C M Y K H S L
Decimal 150 0 106 0 1 0.29 0.41 317.6 1 0.29
Hex 96 0 6A 0 64 1D 29 13E 64 1D
Octal 226 0 152 0 144 35 51 476 144 35
Binary 10010110 0 1101010 0 1100100 11101 101001 100111110 1100100 11101

Color Harmonies of #96006A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96006A

Black with #96006A

Text Example


Text Example

White with #96006A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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