#970863

Color #970863 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #970863

Tints of Eggplant #970863

Color information

#970863 (or 0x970863) is unknown color: approx Eggplant. HEX triplet: 97, 08 and 63. RGB value is (151,8,99). Sum of RGB (Red+Green+Blue) = 151+8+99=258 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.53% from 258); Green value is 8 (3.52% from 255 or 3.10% from 258); Blue value is 99 (39.06% from 255 or 38.37% from 258); Max value from RGB is 151 - color contains mainly: red. Hex color #970863 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970863 is #68F79C. Grayscale: #3C3C3C. Windows color (decimal): -6879133 or 6490263. OLE color: 6490263.

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

Color convert

RGB151899-
CMYK00.950.340.41
HSL321.82º89.94%31.18%-
HSV(B)321.82º94.7%59.22%-
XYZ15.17.6512.49-
YUV61.13149.38192.1-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.53%
GREEN value IS 8 (3.52% from 255) = 3.10%
BLUE value IS 99 (39.06% from 255) = 38.37%
R=58.53%
G=3.10%
B=38.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.34
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal15189900.950.340.41321.8289.9431.18
Hex9786305F22291425a1f
Octal227101430137425150213237
Binary100101111000110001101011111100010101001101000010101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970863; }

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

 H1.HeaderClassName
 {
   color: #970863;
 }
 .AnyTagClassName
 {
   color: #970863;
 }
</style>
background-color css

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

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

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

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

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

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