#920467

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

Shades of Eggplant #920467

Tints of Eggplant #920467

Color information

#920467 (or 0x920467) is unknown color: approx Eggplant. HEX triplet: 92, 04 and 67. RGB value is (146,4,103). Sum of RGB (Red+Green+Blue) = 146+4+103=253 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.71% from 253); Green value is 4 (1.95% from 255 or 1.58% from 253); Blue value is 103 (40.62% from 255 or 40.71% from 253); Max value from RGB is 146 - color contains mainly: red. Hex color #920467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920467 is #6DFB98. Grayscale: #393939. Windows color (decimal): -7207833 or 6751378. OLE color: 6751378.

HSL color Cylindrical-coordinate representation of color #920467: hue angle of 318.17º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #920467 is Cyan = 0, Magento = 0.97, Yellow = 0.29 and Black (K on CMYK) = 0.43.

Color convert

RGB1464103-
CMYK00.970.290.43
HSL318.17º94.67%29.41%-
HSV(B)318.17º97.26%57.25%-
XYZ14.357.1813.46-
YUV57.74153.54190.95-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.71%
GREEN value IS 4 (1.95% from 255) = 1.58%
BLUE value IS 103 (40.62% from 255) = 40.71%
R=57.71%
G=1.58%
B=40.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.29
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146410300.970.290.43318.1794.6729.41
Hex924670611D2B13e5f1d
Octal22241470141355347613735
Binary1001001010011001110110000111101101011100111110101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920467; }

 p { color: rgb(146,4,103); }

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

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

 a { background-color: rgb(146,4,103); }

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

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

 span { border-color: rgb(146,4,103); }

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