Html Css Color HEX #960863 Eggplant

📋 copy color: '#960863'

red 150 ◦ green 8 ◦ blue 99

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

Shades of Eggplant #960863

Tints of Eggplant #960863

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 38.52%

R = 58.37%
G = 3.11%
B = 38.52%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.34

 K value IS 0.41

RGB Variations

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

Color information

#960863 (or 0x960863) is known color: Eggplant. HEX triplet: 96, 08 and 63. RGB value is (150,8,99). Sum of RGB (Red+Green+Blue) = 150+8+99=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 8 (3.52% from 255 or 3.11% from 257); Blue value is 99 (39.06% from 255 or 38.52% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #960863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #960863 is #69F79C. Grayscale: #3C3C3C. Windows color (decimal): -6944669 or 6490262. OLE color: 6490262.

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

Color convert

RGB 150 8 99 -
CMYK 0 0.95 0.34 0.41
HSL 321.55º 0.9% 0.31% -
HSV(B) 321.55º 0.95% 0.59% -
XYZ 14.92 7.56 12.48 -
YUV 60.83 149.54 191.6 -
System Red Green Blue C M Y K H S L
Decimal 150 8 99 0 0.95 0.34 0.41 321.55 0.9 0.31
Hex 96 8 63 0 5F 22 29 142 5A 1F
Octal 226 10 143 0 137 42 51 502 132 37
Binary 10010110 1000 1100011 0 1011111 100010 101001 101000010 1011010 11111

Color Harmonies of #960863

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #960863

Black with #960863

Text Example


Text Example

White with #960863

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #960863; }

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

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

background-color css

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

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

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

border-color css

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

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

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