Html Css Color HEX #960862 Eggplant

📋 copy color: '#960862'

red 150 ◦ green 8 ◦ blue 98

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

Shades of Eggplant #960862

Tints of Eggplant #960862

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.13%

 BLUE value IS 98 (38.67% from 255) = 38.28%

R = 58.59%
G = 3.13%
B = 38.28%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.35

 K value IS 0.41

RGB Variations

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

Color information

#960862 (or 0x960862) is known color: Eggplant. HEX triplet: 96, 08 and 62. RGB value is (150,8,98). Sum of RGB (Red+Green+Blue) = 150+8+98=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 8 (3.52% from 255 or 3.12% from 256); Blue value is 98 (38.67% from 255 or 38.28% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #960862 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960862 is #69F79D. Grayscale: #3C3C3C. Windows color (decimal): -6944670 or 6424726. OLE color: 6424726.

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

Color convert

RGB 150 8 98 -
CMYK 0 0.95 0.35 0.41
HSL 321.97º 0.9% 0.31% -
HSV(B) 321.97º 0.95% 0.59% -
XYZ 14.87 7.54 12.23 -
YUV 60.72 149.04 191.68 -
System Red Green Blue C M Y K H S L
Decimal 150 8 98 0 0.95 0.35 0.41 321.97 0.9 0.31
Hex 96 8 62 0 5F 23 29 142 5A 1F
Octal 226 10 142 0 137 43 51 502 132 37
Binary 10010110 1000 1100010 0 1011111 100011 101001 101000010 1011010 11111

Color Harmonies of #960862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960862

Black with #960862

Text Example


Text Example

White with #960862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960862; }

 p { color: rgb(150,8,98); }

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

background-color css

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

 a { background-color: rgb(150,8,98); }

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

border-color css

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

 span { border-color: rgb(150,8,98); }

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