Html Css Color HEX #96176B Eggplant

📋 copy color: '#96176B'

red 150 ◦ green 23 ◦ blue 107

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

Shades of Eggplant #96176B

Tints of Eggplant #96176B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 53.57%
G = 8.21%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96176B (or 0x96176B) is known color: Eggplant. HEX triplet: 96, 17 and 6B. RGB value is (150,23,107). Sum of RGB (Red+Green+Blue) = 150+23+107=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 23 (9.38% from 255 or 8.21% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96176B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96176B is #69E894. Grayscale: #464646. Windows color (decimal): -6940821 or 7018390. OLE color: 7018390.

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

Color convert

RGB 150 23 107 -
CMYK 0 0.85 0.29 0.41
HSL 320.32º 0.73% 0.34% -
HSV(B) 320.32º 0.85% 0.59% -
XYZ 15.54 8.16 14.67 -
YUV 70.55 148.58 184.67 -
System Red Green Blue C M Y K H S L
Decimal 150 23 107 0 0.85 0.29 0.41 320.32 0.73 0.34
Hex 96 17 6B 0 55 1D 29 140 49 22
Octal 226 27 153 0 125 35 51 500 111 42
Binary 10010110 10111 1101011 0 1010101 11101 101001 101000000 1001001 100010

Color Harmonies of #96176B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96176B

Black with #96176B

Text Example


Text Example

White with #96176B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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