Html Css Color HEX #960279 Eggplant

📋 copy color: '#960279'

red 150 ◦ green 2 ◦ blue 121

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

Shades of Eggplant #960279

Tints of Eggplant #960279

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 54.95%
G = 0.73%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#960279 (or 0x960279) is known color: Eggplant. HEX triplet: 96, 02 and 79. RGB value is (150,2,121). Sum of RGB (Red+Green+Blue) = 150+2+121=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #960279 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960279 is #69FD86. Grayscale: #3B3B3B. Windows color (decimal): -6946183 or 7930518. OLE color: 7930518.

HSL color Cylindrical-coordinate representation of color #960279: hue angle of 311.76º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #960279 is Cyan = 0, Magento = 0.99, Yellow = 0.19 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 2 121 -
CMYK 0 0.99 0.19 0.41
HSL 311.76º 0.97% 0.3% -
HSV(B) 311.76º 0.99% 0.59% -
XYZ 16.05 7.91 18.77 -
YUV 59.82 162.53 192.32 -
System Red Green Blue C M Y K H S L
Decimal 150 2 121 0 0.99 0.19 0.41 311.76 0.97 0.3
Hex 96 2 79 0 63 13 29 138 61 1E
Octal 226 2 171 0 143 23 51 470 141 36
Binary 10010110 10 1111001 0 1100011 10011 101001 100111000 1100001 11110

Color Harmonies of #960279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960279

Black with #960279

Text Example


Text Example

White with #960279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960279; }

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

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

background-color css

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

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

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

border-color css

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

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

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