Html Css Color HEX #96066D Eggplant

📋 copy color: '#96066D'

red 150 ◦ green 6 ◦ blue 109

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

Shades of Eggplant #96066D

Tints of Eggplant #96066D

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.26%

 BLUE value IS 109 (42.97% from 255) = 41.13%

R = 56.6%
G = 2.26%
B = 41.13%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96066D (or 0x96066D) is known color: Eggplant. HEX triplet: 96, 06 and 6D. RGB value is (150,6,109). Sum of RGB (Red+Green+Blue) = 150+6+109=265 (35% of max value = 765). Red value is 150 (58.98% from 255 or 56.60% from 265); Green value is 6 (2.73% from 255 or 2.26% from 265); Blue value is 109 (42.97% from 255 or 41.13% from 265); Max value from RGB is 150 - color contains mainly: red. Hex color #96066D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96066D is #69F992. Grayscale: #3C3C3C. Windows color (decimal): -6945171 or 7145110. OLE color: 7145110.

HSL color Cylindrical-coordinate representation of color #96066D: hue angle of 317.08º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #96066D is Cyan = 0, Magento = 0.96, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 6 109 -
CMYK 0 0.96 0.27 0.41
HSL 317.08º 0.92% 0.31% -
HSV(B) 317.08º 0.96% 0.59% -
XYZ 15.4 7.72 15.15 -
YUV 60.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 150 6 109 0 0.96 0.27 0.41 317.08 0.92 0.31
Hex 96 6 6D 0 60 1B 29 13D 5C 1F
Octal 226 6 155 0 140 33 51 475 134 37
Binary 10010110 110 1101101 0 1100000 11011 101001 100111101 1011100 11111

Color Harmonies of #96066D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96066D

Black with #96066D

Text Example


Text Example

White with #96066D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96066D; }

 p { color: rgb(150,6,109); }

 H1.HeaderClassName
 {
   color: #96066D;
 }
 .AnyTagClassName
 {
   color: #96066D;
 }
</style>

background-color css

<style>
 a { background-color: #96066D; }

 a { background-color: rgb(150,6,109); }

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

border-color css

<style>
 span { border-color: #96066D; }

 span { border-color: rgb(150,6,109); }

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