Html Css Color HEX #96136D Eggplant

📋 copy color: '#96136D'

red 150 ◦ green 19 ◦ blue 109

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

Shades of Eggplant #96136D

Tints of Eggplant #96136D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.21%

R = 53.96%
G = 6.83%
B = 39.21%

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

#96136D (or 0x96136D) is known color: Eggplant. HEX triplet: 96, 13 and 6D. RGB value is (150,19,109). Sum of RGB (Red+Green+Blue) = 150+19+109=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 19 (7.81% from 255 or 6.83% from 278); Blue value is 109 (42.97% from 255 or 39.21% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96136D is #69EC92. Grayscale: #444444. Windows color (decimal): -6941843 or 7148438. OLE color: 7148438.

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

Color convert

RGB 150 19 109 -
CMYK 0 0.87 0.27 0.41
HSL 318.78º 0.78% 0.33% -
HSV(B) 318.78º 0.87% 0.59% -
XYZ 15.57 8.05 15.2 -
YUV 68.43 150.9 186.18 -
System Red Green Blue C M Y K H S L
Decimal 150 19 109 0 0.87 0.27 0.41 318.78 0.78 0.33
Hex 96 13 6D 0 57 1B 29 13F 4E 21
Octal 226 23 155 0 127 33 51 477 116 41
Binary 10010110 10011 1101101 0 1010111 11011 101001 100111111 1001110 100001

Color Harmonies of #96136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96136D

Black with #96136D

Text Example


Text Example

White with #96136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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