Html Css Color HEX #96156B Eggplant

📋 copy color: '#96156B'

red 150 ◦ green 21 ◦ blue 107

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

Shades of Eggplant #96156B

Tints of Eggplant #96156B

RGB

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

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

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

R = 53.96%
G = 7.55%
B = 38.49%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.29

 K value IS 0.41

RGB Variations

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

Color information

#96156B (or 0x96156B) is known color: Eggplant. HEX triplet: 96, 15 and 6B. RGB value is (150,21,107). Sum of RGB (Red+Green+Blue) = 150+21+107=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 107 (42.19% from 255 or 38.49% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96156B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96156B is #69EA94. Grayscale: #454545. Windows color (decimal): -6941333 or 7017878. OLE color: 7017878.

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

Color convert

RGB 150 21 107 -
CMYK 0 0.86 0.29 0.41
HSL 320º 0.75% 0.34% -
HSV(B) 320º 0.86% 0.59% -
XYZ 15.5 8.08 14.65 -
YUV 69.38 149.24 185.51 -
System Red Green Blue C M Y K H S L
Decimal 150 21 107 0 0.86 0.29 0.41 320 0.75 0.34
Hex 96 15 6B 0 56 1D 29 140 4B 22
Octal 226 25 153 0 126 35 51 500 113 42
Binary 10010110 10101 1101011 0 1010110 11101 101001 101000000 1001011 100010

Color Harmonies of #96156B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96156B

Black with #96156B

Text Example


Text Example

White with #96156B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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