Html Css Color HEX #960054 Eggplant

📋 copy color: '#960054'

red 150 ◦ green 0 ◦ blue 84

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

Shades of Eggplant #960054

Tints of Eggplant #960054

RGB

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

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

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

R = 64.1%
G = 0%
B = 35.9%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.44

 K value IS 0.41

RGB Variations

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

Color information

#960054 (or 0x960054) is known color: Eggplant. HEX triplet: 96, 00 and 54. RGB value is (150,0,84). Sum of RGB (Red+Green+Blue) = 150+0+84=234 (30% of max value = 765). Red value is 150 (58.98% from 255 or 64.10% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 84 (33.20% from 255 or 35.90% from 234); Max value from RGB is 150 - color contains mainly: red. Hex color #960054 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960054 is #69FFAB. Grayscale: #363636. Windows color (decimal): -6946732 or 5505174. OLE color: 5505174.

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

Color convert

RGB 150 0 84 -
CMYK 0 1 0.44 0.41
HSL 326.4º 1% 0.29% -
HSV(B) 326.4º 1% 0.59% -
XYZ 14.18 7.12 9.02 -
YUV 54.43 144.7 196.17 -
System Red Green Blue C M Y K H S L
Decimal 150 0 84 0 1 0.44 0.41 326.4 1 0.29
Hex 96 0 54 0 64 2C 29 146 64 1D
Octal 226 0 124 0 144 54 51 506 144 35
Binary 10010110 0 1010100 0 1100100 101100 101001 101000110 1100100 11101

Color Harmonies of #960054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960054

Black with #960054

Text Example


Text Example

White with #960054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960054; }

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

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

background-color css

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

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

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

border-color css

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

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

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