Html Css Color HEX #960379 Eggplant

📋 copy color: '#960379'

red 150 ◦ green 3 ◦ blue 121

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

Shades of Eggplant #960379

Tints of Eggplant #960379

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

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

R = 54.74%
G = 1.09%
B = 44.16%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#960379 (or 0x960379) is known color: Eggplant. HEX triplet: 96, 03 and 79. RGB value is (150,3,121). Sum of RGB (Red+Green+Blue) = 150+3+121=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 121 (47.66% from 255 or 44.16% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #960379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960379 is #69FC86. Grayscale: #3C3C3C. Windows color (decimal): -6945927 or 7930774. OLE color: 7930774.

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

Color convert

RGB 150 3 121 -
CMYK 0 0.98 0.19 0.41
HSL 311.84º 0.96% 0.3% -
HSV(B) 311.84º 0.98% 0.59% -
XYZ 16.06 7.93 18.77 -
YUV 60.41 162.2 191.91 -
System Red Green Blue C M Y K H S L
Decimal 150 3 121 0 0.98 0.19 0.41 311.84 0.96 0.3
Hex 96 3 79 0 62 13 29 138 60 1E
Octal 226 3 171 0 142 23 51 470 140 36
Binary 10010110 11 1111001 0 1100010 10011 101001 100111000 1100000 11110

Color Harmonies of #960379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960379

Black with #960379

Text Example


Text Example

White with #960379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960379; }

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

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

background-color css

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

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

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

border-color css

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

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

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