Html Css Color HEX #96176A Eggplant

📋 copy color: '#96176A'

red 150 ◦ green 23 ◦ blue 106

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

Shades of Eggplant #96176A

Tints of Eggplant #96176A

RGB

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

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

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

R = 53.76%
G = 8.24%
B = 37.99%

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

#96176A (or 0x96176A) is known color: Eggplant. HEX triplet: 96, 17 and 6A. RGB value is (150,23,106). Sum of RGB (Red+Green+Blue) = 150+23+106=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 106 (41.80% from 255 or 37.99% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96176A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96176A is #69E895. Grayscale: #464646. Windows color (decimal): -6940822 or 6952854. OLE color: 6952854.

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

Color convert

RGB 150 23 106 -
CMYK 0 0.85 0.29 0.41
HSL 320.79º 0.73% 0.34% -
HSV(B) 320.79º 0.85% 0.59% -
XYZ 15.49 8.14 14.39 -
YUV 70.44 148.08 184.75 -
System Red Green Blue C M Y K H S L
Decimal 150 23 106 0 0.85 0.29 0.41 320.79 0.73 0.34
Hex 96 17 6A 0 55 1D 29 141 49 22
Octal 226 27 152 0 125 35 51 501 111 42
Binary 10010110 10111 1101010 0 1010101 11101 101001 101000001 1001001 100010

Color Harmonies of #96176A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96176A

Black with #96176A

Text Example


Text Example

White with #96176A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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