Html Css Color HEX #96166C Eggplant

📋 copy color: '#96166C'

red 150 ◦ green 22 ◦ blue 108

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

Shades of Eggplant #96166C

Tints of Eggplant #96166C

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.86%

 BLUE value IS 108 (42.58% from 255) = 38.57%

R = 53.57%
G = 7.86%
B = 38.57%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96166C (or 0x96166C) is known color: Eggplant. HEX triplet: 96, 16 and 6C. RGB value is (150,22,108). Sum of RGB (Red+Green+Blue) = 150+22+108=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 22 (8.98% from 255 or 7.86% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96166C is #69E993. Grayscale: #454545. Windows color (decimal): -6941076 or 7083670. OLE color: 7083670.

HSL color Cylindrical-coordinate representation of color #96166C: hue angle of 319.69º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #96166C is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 22 108 -
CMYK 0 0.85 0.28 0.41
HSL 319.69º 0.74% 0.34% -
HSV(B) 319.69º 0.85% 0.59% -
XYZ 15.57 8.14 14.94 -
YUV 70.08 149.41 185.01 -
System Red Green Blue C M Y K H S L
Decimal 150 22 108 0 0.85 0.28 0.41 319.69 0.74 0.34
Hex 96 16 6C 0 55 1C 29 140 4A 22
Octal 226 26 154 0 125 34 51 500 112 42
Binary 10010110 10110 1101100 0 1010101 11100 101001 101000000 1001010 100010

Color Harmonies of #96166C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96166C

Black with #96166C

Text Example


Text Example

White with #96166C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96166C; }

 p { color: rgb(150,22,108); }

 H1.HeaderClassName
 {
   color: #96166C;
 }
 .AnyTagClassName
 {
   color: #96166C;
 }
</style>

background-color css

<style>
 a { background-color: #96166C; }

 a { background-color: rgb(150,22,108); }

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

border-color css

<style>
 span { border-color: #96166C; }

 span { border-color: rgb(150,22,108); }

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