#970267

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

Shades of Eggplant #970267

Tints of Eggplant #970267

Color information

#970267 (or 0x970267) is unknown color: approx Eggplant. HEX triplet: 97, 02 and 67. RGB value is (151,2,103). Sum of RGB (Red+Green+Blue) = 151+2+103=256 (33% of max value = 765). Red value is 151 (59.38% from 255 or 58.98% from 256); Green value is 2 (1.17% from 255 or 0.78% from 256); Blue value is 103 (40.62% from 255 or 40.23% from 256); Max value from RGB is 151 - color contains mainly: red. Hex color #970267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #970267 is #68FD98. Grayscale: #393939. Windows color (decimal): -6880665 or 6750871. OLE color: 6750871.

HSL color Cylindrical-coordinate representation of color #970267: hue angle of 319.33º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #970267 is Cyan = 0, Magento = 0.99, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB1512103-
CMYK00.990.320.41
HSL319.33º97.39%30%-
HSV(B)319.33º98.68%59.22%-
XYZ15.237.613.5-
YUV58.06153.36194.29-

RGB Variations

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

RGB

RED value IS 151 (59.38% from 255) = 58.98%
GREEN value IS 2 (1.17% from 255) = 0.78%
BLUE value IS 103 (40.62% from 255) = 40.23%
R=58.98%
G=0.78%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.32
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal151210300.990.320.41319.3397.3930
Hex97267063202913f611e
Octal22721470143405147714136
Binary1001011110110011101100011100000101001100111111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #970267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #970267; }

 p { color: rgb(151,2,103); }

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

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

 a { background-color: rgb(151,2,103); }

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

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

 span { border-color: rgb(151,2,103); }

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