Html Css Color HEX #960079 Eggplant

📋 copy color: '#960079'

red 150 ◦ green 0 ◦ blue 121

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

Shades of Eggplant #960079

Tints of Eggplant #960079

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 55.35%
G = 0%
B = 44.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.19

 K value IS 0.41

RGB Variations

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

Color information

#960079 (or 0x960079) is known color: Eggplant. HEX triplet: 96, 00 and 79. RGB value is (150,0,121). Sum of RGB (Red+Green+Blue) = 150+0+121=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 0 (0.39% from 255 or 0% from 271); Blue value is 121 (47.66% from 255 or 44.65% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #960079 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960079 is #69FF86. Grayscale: #3A3A3A. Windows color (decimal): -6946695 or 7930006. OLE color: 7930006.

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

Color convert

RGB 150 0 121 -
CMYK 0 1 0.19 0.41
HSL 311.6º 1% 0.29% -
HSV(B) 311.6º 1% 0.59% -
XYZ 16.03 7.86 18.76 -
YUV 58.64 163.2 193.16 -
System Red Green Blue C M Y K H S L
Decimal 150 0 121 0 1 0.19 0.41 311.6 1 0.29
Hex 96 0 79 0 64 13 29 138 64 1D
Octal 226 0 171 0 144 23 51 470 144 35
Binary 10010110 0 1111001 0 1100100 10011 101001 100111000 1100100 11101

Color Harmonies of #960079

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960079

Black with #960079

Text Example


Text Example

White with #960079

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960079; }

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

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

background-color css

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

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

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

border-color css

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

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

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