Html Css Color HEX #96136A Eggplant

📋 copy color: '#96136A'

red 150 ◦ green 19 ◦ blue 106

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

Shades of Eggplant #96136A

Tints of Eggplant #96136A

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.91%

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

R = 54.55%
G = 6.91%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96136A (or 0x96136A) is known color: Eggplant. HEX triplet: 96, 13 and 6A. RGB value is (150,19,106). Sum of RGB (Red+Green+Blue) = 150+19+106=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 19 (7.81% from 255 or 6.91% from 275); Blue value is 106 (41.80% from 255 or 38.55% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #96136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96136A is #69EC95. Grayscale: #434343. Windows color (decimal): -6941846 or 6951830. OLE color: 6951830.

HSL color Cylindrical-coordinate representation of color #96136A: hue angle of 320.15º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #96136A is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 106 -
CMYK 0 0.87 0.29 0.41
HSL 320.15º 0.78% 0.33% -
HSV(B) 320.15º 0.87% 0.59% -
XYZ 15.41 7.99 14.37 -
YUV 68.09 149.4 186.43 -
System Red Green Blue C M Y K H S L
Decimal 150 19 106 0 0.87 0.29 0.41 320.15 0.78 0.33
Hex 96 13 6A 0 57 1D 29 140 4E 21
Octal 226 23 152 0 127 35 51 500 116 41
Binary 10010110 10011 1101010 0 1010111 11101 101001 101000000 1001110 100001

Color Harmonies of #96136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96136A

Black with #96136A

Text Example


Text Example

White with #96136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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