#930362

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

Shades of Eggplant #930362

Tints of Eggplant #930362

Color information

#930362 (or 0x930362) is unknown color: approx Eggplant. HEX triplet: 93, 03 and 62. RGB value is (147,3,98). Sum of RGB (Red+Green+Blue) = 147+3+98=248 (32% of max value = 765). Red value is 147 (57.81% from 255 or 59.27% from 248); Green value is 3 (1.56% from 255 or 1.21% from 248); Blue value is 98 (38.67% from 255 or 39.52% from 248); Max value from RGB is 147 - color contains mainly: red. Hex color #930362 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #930362 is #6CFC9D. Grayscale: #383838. Windows color (decimal): -7142558 or 6423443. OLE color: 6423443.

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

Color convert

RGB147398-
CMYK00.980.330.42
HSL320.42º96%29.41%-
HSV(B)320.42º97.96%57.65%-
XYZ14.277.1512.18-
YUV56.89151.21192.28-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 59.27%
GREEN value IS 3 (1.56% from 255) = 1.21%
BLUE value IS 98 (38.67% from 255) = 39.52%
R=59.27%
G=1.21%
B=39.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14739800.980.330.42320.429629.41
Hex93362062212A140601d
Octal22331420142415250014035
Binary1001001111110001001100010100001101010101000000110000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930362

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930362; }

 p { color: rgb(147,3,98); }

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

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

 a { background-color: rgb(147,3,98); }

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

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

 span { border-color: rgb(147,3,98); }

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