#930266

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

Shades of Eggplant #930266

Tints of Eggplant #930266

Color information

#930266 (or 0x930266) is unknown color: approx Eggplant. HEX triplet: 93, 02 and 66. RGB value is (147,2,102). Sum of RGB (Red+Green+Blue) = 147+2+102=251 (33% of max value = 765). Red value is 147 (57.81% from 255 or 58.57% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 147 - color contains mainly: red. Hex color #930266 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930266 is #6CFD99. Grayscale: #383838. Windows color (decimal): -7142810 or 6685331. OLE color: 6685331.

HSL color Cylindrical-coordinate representation of color #930266: hue angle of 318.62º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #930266 is Cyan = 0, Magento = 0.99, Yellow = 0.31 and Black (K on CMYK) = 0.42.

Color convert

RGB1472102-
CMYK00.990.310.42
HSL318.62º97.32%29.22%-
HSV(B)318.62º98.64%57.65%-
XYZ14.457.2113.2-
YUV56.76153.54192.37-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 58.57%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=58.57%
G=0.80%
B=40.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.31
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147210200.990.310.42318.6297.3229.22
Hex932660631F2A13f611d
Octal22321460143375247714135
Binary100100111011001100110001111111101010100111111110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930266; }

 p { color: rgb(147,2,102); }

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

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

 a { background-color: rgb(147,2,102); }

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

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

 span { border-color: rgb(147,2,102); }

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