Html Css Color HEX #96156C Eggplant

📋 copy color: '#96156C'

red 150 ◦ green 21 ◦ blue 108

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

Shades of Eggplant #96156C

Tints of Eggplant #96156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.71%

R = 53.76%
G = 7.53%
B = 38.71%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#96156C (or 0x96156C) is known color: Eggplant. HEX triplet: 96, 15 and 6C. RGB value is (150,21,108). Sum of RGB (Red+Green+Blue) = 150+21+108=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #96156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96156C is #69EA93. Grayscale: #454545. Windows color (decimal): -6941332 or 7083414. OLE color: 7083414.

HSL color Cylindrical-coordinate representation of color #96156C: hue angle of 319.53º 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 #96156C is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 21 108 -
CMYK 0 0.86 0.28 0.41
HSL 319.53º 0.75% 0.34% -
HSV(B) 319.53º 0.86% 0.59% -
XYZ 15.55 8.1 14.93 -
YUV 69.49 149.74 185.43 -
System Red Green Blue C M Y K H S L
Decimal 150 21 108 0 0.86 0.28 0.41 319.53 0.75 0.34
Hex 96 15 6C 0 56 1C 29 140 4B 22
Octal 226 25 154 0 126 34 51 500 113 42
Binary 10010110 10101 1101100 0 1010110 11100 101001 101000000 1001011 100010

Color Harmonies of #96156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96156C

Black with #96156C

Text Example


Text Example

White with #96156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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