Html Css Color HEX #960B79 Eggplant

📋 copy color: '#960B79'

red 150 ◦ green 11 ◦ blue 121

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

Shades of Eggplant #960B79

Tints of Eggplant #960B79

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.9%

 BLUE value IS 121 (47.66% from 255) = 42.91%

R = 53.19%
G = 3.9%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#960B79 (or 0x960B79) is known color: Eggplant. HEX triplet: 96, 0B and 79. RGB value is (150,11,121). Sum of RGB (Red+Green+Blue) = 150+11+121=282 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.19% from 282); Green value is 11 (4.69% from 255 or 3.90% from 282); Blue value is 121 (47.66% from 255 or 42.91% from 282); Max value from RGB is 150 - color contains mainly: red. Hex color #960B79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960B79 is #69F486. Grayscale: #404040. Windows color (decimal): -6943879 or 7932822. OLE color: 7932822.

HSL color Cylindrical-coordinate representation of color #960B79: hue angle of 312.52º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #960B79 is Cyan = 0, Magento = 0.93, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 11 121 -
CMYK 0 0.93 0.19 0.41
HSL 312.52º 0.86% 0.32% -
HSV(B) 312.52º 0.93% 0.59% -
XYZ 16.15 8.1 18.8 -
YUV 65.1 159.55 188.56 -
System Red Green Blue C M Y K H S L
Decimal 150 11 121 0 0.93 0.19 0.41 312.52 0.86 0.32
Hex 96 B 79 0 5D 13 29 139 56 20
Octal 226 13 171 0 135 23 51 471 126 40
Binary 10010110 1011 1111001 0 1011101 10011 101001 100111001 1010110 100000

Color Harmonies of #960B79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960B79

Black with #960B79

Text Example


Text Example

White with #960B79

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960B79; }

 p { color: rgb(150,11,121); }

 H1.HeaderClassName
 {
   color: #960B79;
 }
 .AnyTagClassName
 {
   color: #960B79;
 }
</style>

background-color css

<style>
 a { background-color: #960B79; }

 a { background-color: rgb(150,11,121); }

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

border-color css

<style>
 span { border-color: #960B79; }

 span { border-color: rgb(150,11,121); }

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