Html Css Color HEX #96176C Eggplant

📋 copy color: '#96176C'

red 150 ◦ green 23 ◦ blue 108

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

Shades of Eggplant #96176C

Tints of Eggplant #96176C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

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

R = 53.38%
G = 8.19%
B = 38.43%

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

#96176C (or 0x96176C) is known color: Eggplant. HEX triplet: 96, 17 and 6C. RGB value is (150,23,108). Sum of RGB (Red+Green+Blue) = 150+23+108=281 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.38% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 150 - color contains mainly: red. Hex color #96176C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96176C is #69E893. Grayscale: #464646. Windows color (decimal): -6940820 or 7083926. OLE color: 7083926.

HSL color Cylindrical-coordinate representation of color #96176C: hue angle of 319.84º degrees, saturation: 0.73, 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 #96176C is Cyan = 0, Magento = 0.85, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 23 108 -
CMYK 0 0.85 0.28 0.41
HSL 319.84º 0.73% 0.34% -
HSV(B) 319.84º 0.85% 0.59% -
XYZ 15.59 8.18 14.94 -
YUV 70.66 149.08 184.59 -
System Red Green Blue C M Y K H S L
Decimal 150 23 108 0 0.85 0.28 0.41 319.84 0.73 0.34
Hex 96 17 6C 0 55 1C 29 140 49 22
Octal 226 27 154 0 125 34 51 500 111 42
Binary 10010110 10111 1101100 0 1010101 11100 101001 101000000 1001001 100010

Color Harmonies of #96176C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96176C

Black with #96176C

Text Example


Text Example

White with #96176C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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