Html Css Color HEX #960178 Eggplant

📋 copy color: '#960178'

red 150 ◦ green 1 ◦ blue 120

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

Shades of Eggplant #960178

Tints of Eggplant #960178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 55.35%
G = 0.37%
B = 44.28%

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

#960178 (or 0x960178) is known color: Eggplant. HEX triplet: 96, 01 and 78. RGB value is (150,1,120). Sum of RGB (Red+Green+Blue) = 150+1+120=271 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.35% from 271); Green value is 1 (0.78% from 255 or 0.37% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 150 - color contains mainly: red. Hex color #960178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960178 is #69FE87. Grayscale: #3A3A3A. Windows color (decimal): -6946440 or 7864726. OLE color: 7864726.

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

Color convert

RGB 150 1 120 -
CMYK 0 0.99 0.20 0.41
HSL 312.08º 0.99% 0.3% -
HSV(B) 312.08º 0.99% 0.59% -
XYZ 15.98 7.86 18.44 -
YUV 59.12 162.36 192.82 -
System Red Green Blue C M Y K H S L
Decimal 150 1 120 0 0.99 0.20 0.41 312.08 0.99 0.3
Hex 96 1 78 0 63 14 29 138 63 1E
Octal 226 1 170 0 143 24 51 470 143 36
Binary 10010110 1 1111000 0 1100011 10100 101001 100111000 1100011 11110

Color Harmonies of #960178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960178

Black with #960178

Text Example


Text Example

White with #960178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960178; }

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

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

background-color css

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

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

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

border-color css

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

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

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