Html Css Color HEX #960278 Eggplant

📋 copy color: '#960278'

red 150 ◦ green 2 ◦ blue 120

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

Shades of Eggplant #960278

Tints of Eggplant #960278

RGB

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

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

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

R = 55.15%
G = 0.74%
B = 44.12%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#960278 (or 0x960278) is known color: Eggplant. HEX triplet: 96, 02 and 78. RGB value is (150,2,120). Sum of RGB (Red+Green+Blue) = 150+2+120=272 (36% of max value = 765). Red value is 150 (58.98% from 255 or 55.15% from 272); Green value is 2 (1.17% from 255 or 0.74% from 272); Blue value is 120 (47.27% from 255 or 44.12% from 272); Max value from RGB is 150 - color contains mainly: red. Hex color #960278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960278 is #69FD87. Grayscale: #3B3B3B. Windows color (decimal): -6946184 or 7864982. OLE color: 7864982.

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

Color convert

RGB 150 2 120 -
CMYK 0 0.99 0.20 0.41
HSL 312.16º 0.97% 0.3% -
HSV(B) 312.16º 0.99% 0.59% -
XYZ 15.99 7.88 18.45 -
YUV 59.7 162.03 192.41 -
System Red Green Blue C M Y K H S L
Decimal 150 2 120 0 0.99 0.20 0.41 312.16 0.97 0.3
Hex 96 2 78 0 63 14 29 138 61 1E
Octal 226 2 170 0 143 24 51 470 141 36
Binary 10010110 10 1111000 0 1100011 10100 101001 100111000 1100001 11110

Color Harmonies of #960278

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960278

Black with #960278

Text Example


Text Example

White with #960278

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960278; }

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

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

background-color css

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

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

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

border-color css

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

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

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