Html Css Color HEX #96156D Eggplant

📋 copy color: '#96156D'

red 150 ◦ green 21 ◦ blue 109

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

Shades of Eggplant #96156D

Tints of Eggplant #96156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.5%

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

R = 53.57%
G = 7.5%
B = 38.93%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.41

RGB Variations

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

Color information

#96156D (or 0x96156D) is known color: Eggplant. HEX triplet: 96, 15 and 6D. RGB value is (150,21,109). Sum of RGB (Red+Green+Blue) = 150+21+109=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 109 (42.97% from 255 or 38.93% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96156D is #69EA92. Grayscale: #454545. Windows color (decimal): -6941331 or 7148950. OLE color: 7148950.

HSL color Cylindrical-coordinate representation of color #96156D: hue angle of 319.07º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #96156D is Cyan = 0, Magento = 0.86, Yellow = 0.27 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 21 109 -
CMYK 0 0.86 0.27 0.41
HSL 319.07º 0.75% 0.34% -
HSV(B) 319.07º 0.86% 0.59% -
XYZ 15.61 8.12 15.21 -
YUV 69.6 150.24 185.34 -
System Red Green Blue C M Y K H S L
Decimal 150 21 109 0 0.86 0.27 0.41 319.07 0.75 0.34
Hex 96 15 6D 0 56 1B 29 13F 4B 22
Octal 226 25 155 0 126 33 51 477 113 42
Binary 10010110 10101 1101101 0 1010110 11011 101001 100111111 1001011 100010

Color Harmonies of #96156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96156D

Black with #96156D

Text Example


Text Example

White with #96156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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