Html Css Color HEX #960078 Eggplant

📋 copy color: '#960078'

red 150 ◦ green 0 ◦ blue 120

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

Shades of Eggplant #960078

Tints of Eggplant #960078

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 44.44%

R = 55.56%
G = 0%
B = 44.44%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#960078 (or 0x960078) is known color: Eggplant. HEX triplet: 96, 00 and 78. RGB value is (150,0,120). Sum of RGB (Red+Green+Blue) = 150+0+120=270 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.56% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 120 (47.27% from 255 or 44.44% from 270); Max value from RGB is 150 - color contains mainly: red. Hex color #960078 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960078 is #69FF87. Grayscale: #3A3A3A. Windows color (decimal): -6946696 or 7864470. OLE color: 7864470.

HSL color Cylindrical-coordinate representation of color #960078: hue angle of 312º 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 #960078 is Cyan = 0, Magento = 1, Yellow = 0.20 and Black (K on CMYK) = 0.41.

Color convert

RGB 150 0 120 -
CMYK 0 1 0.20 0.41
HSL 312º 1% 0.29% -
HSV(B) 312º 1% 0.59% -
XYZ 15.97 7.84 18.44 -
YUV 58.53 162.7 193.24 -
System Red Green Blue C M Y K H S L
Decimal 150 0 120 0 1 0.20 0.41 312 1 0.29
Hex 96 0 78 0 64 14 29 138 64 1D
Octal 226 0 170 0 144 24 51 470 144 35
Binary 10010110 0 1111000 0 1100100 10100 101001 100111000 1100100 11101

Color Harmonies of #960078

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960078

Black with #960078

Text Example


Text Example

White with #960078

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960078; }

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

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

background-color css

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

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

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

border-color css

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

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

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