#940051

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

Shades of Eggplant #940051

Tints of Eggplant #940051

Color information

#940051 (or 0x940051) is unknown color: approx Eggplant. HEX triplet: 94, 00 and 51. RGB value is (148,0,81). Sum of RGB (Red+Green+Blue) = 148+0+81=229 (30% of max value = 765). Red value is 148 (58.20% from 255 or 64.63% from 229); Green value is 0 (0.39% from 255 or 0% from 229); Blue value is 81 (32.03% from 255 or 35.37% from 229); Max value from RGB is 148 - color contains mainly: red. Hex color #940051 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940051 is #6BFFAE. Grayscale: #353535. Windows color (decimal): -7077807 or 5308564. OLE color: 5308564.

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

Color convert

RGB148081-
CMYK010.450.42
HSL327.16º100%29.02%-
HSV(B)327.16º100%58.04%-
XYZ13.76.898.39-
YUV53.49143.53195.41-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 64.63%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 81 (32.03% from 255) = 35.37%
R=64.63%
G=0%
B=35.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.45
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148081010.450.42327.1610029.02
Hex940510642D2A147641d
Octal22401210144555250714435
Binary100101000101000101100100101101101010101000111110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940051

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940051; }

 p { color: rgb(148,0,81); }

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

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

 a { background-color: rgb(148,0,81); }

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

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

 span { border-color: rgb(148,0,81); }

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