#940962

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

Shades of Eggplant #940962

Tints of Eggplant #940962

Color information

#940962 (or 0x940962) is unknown color: approx Eggplant. HEX triplet: 94, 09 and 62. RGB value is (148,9,98). Sum of RGB (Red+Green+Blue) = 148+9+98=255 (33% of max value = 765). Red value is 148 (58.20% from 255 or 58.04% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 148 - color contains mainly: red. Hex color #940962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940962 is #6BF69D. Grayscale: #3C3C3C. Windows color (decimal): -7075486 or 6424980. OLE color: 6424980.

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

Color convert

RGB148998-
CMYK00.940.340.42
HSL321.58º88.54%30.78%-
HSV(B)321.58º93.92%58.04%-
XYZ14.527.3712.21-
YUV60.71149.05190.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 58.04%
GREEN value IS 9 (3.91% from 255) = 3.53%
BLUE value IS 98 (38.67% from 255) = 38.43%
R=58.04%
G=3.53%
B=38.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14899800.940.340.42321.5888.5430.78
Hex9496205E222A142591f
Octal224111420136425250213137
Binary100101001001110001001011110100010101010101000010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940962; }

 p { color: rgb(148,9,98); }

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

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

 a { background-color: rgb(148,9,98); }

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

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

 span { border-color: rgb(148,9,98); }

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