Html Css Color HEX #960058 Eggplant

📋 copy color: '#960058'

red 150 ◦ green 0 ◦ blue 88

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

Shades of Eggplant #960058

Tints of Eggplant #960058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 63.03%
G = 0%
B = 36.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.41

 K value IS 0.41

RGB Variations

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

Color information

#960058 (or 0x960058) is known color: Eggplant. HEX triplet: 96, 00 and 58. RGB value is (150,0,88). Sum of RGB (Red+Green+Blue) = 150+0+88=238 (31% of max value = 765). Red value is 150 (58.98% from 255 or 63.03% from 238); Green value is 0 (0.39% from 255 or 0% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 150 - color contains mainly: red. Hex color #960058 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960058 is #69FFA7. Grayscale: #363636. Windows color (decimal): -6946728 or 5767318. OLE color: 5767318.

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

Color convert

RGB 150 0 88 -
CMYK 0 1 0.41 0.41
HSL 324.8º 1% 0.29% -
HSV(B) 324.8º 1% 0.59% -
XYZ 14.34 7.19 9.86 -
YUV 54.88 146.7 195.84 -
System Red Green Blue C M Y K H S L
Decimal 150 0 88 0 1 0.41 0.41 324.8 1 0.29
Hex 96 0 58 0 64 29 29 145 64 1D
Octal 226 0 130 0 144 51 51 505 144 35
Binary 10010110 0 1011000 0 1100100 101001 101001 101000101 1100100 11101

Color Harmonies of #960058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960058

Black with #960058

Text Example


Text Example

White with #960058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960058; }

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

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

background-color css

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

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

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

border-color css

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

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

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