Html Css Color HEX #960478 Eggplant

📋 copy color: '#960478'

red 150 ◦ green 4 ◦ blue 120

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

Shades of Eggplant #960478

Tints of Eggplant #960478

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.46%

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

R = 54.74%
G = 1.46%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.20

 K value IS 0.41

RGB Variations

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

Color information

#960478 (or 0x960478) is known color: Eggplant. HEX triplet: 96, 04 and 78. RGB value is (150,4,120). Sum of RGB (Red+Green+Blue) = 150+4+120=274 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.74% from 274); Green value is 4 (1.95% from 255 or 1.46% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 150 - color contains mainly: red. Hex color #960478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960478 is #69FB87. Grayscale: #3C3C3C. Windows color (decimal): -6945672 or 7865494. OLE color: 7865494.

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

Color convert

RGB 150 4 120 -
CMYK 0 0.97 0.20 0.41
HSL 312.33º 0.95% 0.3% -
HSV(B) 312.33º 0.97% 0.59% -
XYZ 16.01 7.93 18.46 -
YUV 60.88 161.37 191.57 -
System Red Green Blue C M Y K H S L
Decimal 150 4 120 0 0.97 0.20 0.41 312.33 0.95 0.3
Hex 96 4 78 0 61 14 29 138 5F 1E
Octal 226 4 170 0 141 24 51 470 137 36
Binary 10010110 100 1111000 0 1100001 10100 101001 100111000 1011111 11110

Color Harmonies of #960478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960478

Black with #960478

Text Example


Text Example

White with #960478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960478; }

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

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

background-color css

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

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

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

border-color css

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

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

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