Html Css Color HEX #96196B Eggplant

📋 copy color: '#96196B'

red 150 ◦ green 25 ◦ blue 107

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

Shades of Eggplant #96196B

Tints of Eggplant #96196B

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.87%

 BLUE value IS 107 (42.19% from 255) = 37.94%

R = 53.19%
G = 8.87%
B = 37.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96196B (or 0x96196B) is known color: Eggplant. HEX triplet: 96, 19 and 6B. RGB value is (150,25,107). Sum of RGB (Red+Green+Blue) = 150+25+107=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 107 (42.19% from 255 or 37.94% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #96196B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96196B is #69E694. Grayscale: #474747. Windows color (decimal): -6940309 or 7018902. OLE color: 7018902.

HSL color Cylindrical-coordinate representation of color #96196B: hue angle of 320.64º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #96196B is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 25 107 -
CMYK 0 0.83 0.29 0.41
HSL 320.64º 0.71% 0.34% -
HSV(B) 320.64º 0.83% 0.59% -
XYZ 15.58 8.24 14.68 -
YUV 71.72 147.91 183.83 -
System Red Green Blue C M Y K H S L
Decimal 150 25 107 0 0.83 0.29 0.41 320.64 0.71 0.34
Hex 96 19 6B 0 53 1D 29 141 47 22
Octal 226 31 153 0 123 35 51 501 107 42
Binary 10010110 11001 1101011 0 1010011 11101 101001 101000001 1000111 100010

Color Harmonies of #96196B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96196B

Black with #96196B

Text Example


Text Example

White with #96196B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96196B; }

 p { color: rgb(150,25,107); }

 H1.HeaderClassName
 {
   color: #96196B;
 }
 .AnyTagClassName
 {
   color: #96196B;
 }
</style>

background-color css

<style>
 a { background-color: #96196B; }

 a { background-color: rgb(150,25,107); }

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

border-color css

<style>
 span { border-color: #96196B; }

 span { border-color: rgb(150,25,107); }

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