Html Css Color HEX #96136E Eggplant

📋 copy color: '#96136E'

red 150 ◦ green 19 ◦ blue 110

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

Shades of Eggplant #96136E

Tints of Eggplant #96136E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 39.43%

R = 53.76%
G = 6.81%
B = 39.43%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96136E (or 0x96136E) is known color: Eggplant. HEX triplet: 96, 13 and 6E. RGB value is (150,19,110). Sum of RGB (Red+Green+Blue) = 150+19+110=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 19 (7.81% from 255 or 6.81% from 279); Blue value is 110 (43.36% from 255 or 39.43% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96136E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96136E is #69EC91. Grayscale: #444444. Windows color (decimal): -6941842 or 7213974. OLE color: 7213974.

HSL color Cylindrical-coordinate representation of color #96136E: hue angle of 318.32º 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 #96136E is Cyan = 0, Magento = 0.87, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 19 110 -
CMYK 0 0.87 0.27 0.41
HSL 318.32º 0.78% 0.33% -
HSV(B) 318.32º 0.87% 0.59% -
XYZ 15.63 8.08 15.49 -
YUV 68.54 151.4 186.1 -
System Red Green Blue C M Y K H S L
Decimal 150 19 110 0 0.87 0.27 0.41 318.32 0.78 0.33
Hex 96 13 6E 0 57 1B 29 13E 4E 21
Octal 226 23 156 0 127 33 51 476 116 41
Binary 10010110 10011 1101110 0 1010111 11011 101001 100111110 1001110 100001

Color Harmonies of #96136E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96136E

Black with #96136E

Text Example


Text Example

White with #96136E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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