Html Css Color HEX #960154 Eggplant

📋 copy color: '#960154'

red 150 ◦ green 1 ◦ blue 84

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

Shades of Eggplant #960154

Tints of Eggplant #960154

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 35.74%

R = 63.83%
G = 0.43%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#960154 (or 0x960154) is known color: Eggplant. HEX triplet: 96, 01 and 54. RGB value is (150,1,84). Sum of RGB (Red+Green+Blue) = 150+1+84=235 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.83% from 235); Green value is 1 (0.78% from 255 or 0.43% from 235); Blue value is 84 (33.20% from 255 or 35.74% from 235); Max value from RGB is 150 - color contains mainly: red. Hex color #960154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960154 is #69FEAB. Grayscale: #363636. Windows color (decimal): -6946476 or 5505430. OLE color: 5505430.

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

Color convert

RGB 150 1 84 -
CMYK 0 0.99 0.44 0.41
HSL 326.58º 0.99% 0.3% -
HSV(B) 326.58º 0.99% 0.59% -
XYZ 14.19 7.15 9.02 -
YUV 55.01 144.36 195.75 -
System Red Green Blue C M Y K H S L
Decimal 150 1 84 0 0.99 0.44 0.41 326.58 0.99 0.3
Hex 96 1 54 0 63 2C 29 147 63 1E
Octal 226 1 124 0 143 54 51 507 143 36
Binary 10010110 1 1010100 0 1100011 101100 101001 101000111 1100011 11110

Color Harmonies of #960154

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960154

Black with #960154

Text Example


Text Example

White with #960154

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960154; }

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

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

background-color css

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

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

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

border-color css

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

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

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