#92006E

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

Shades of Eggplant #92006E

Tints of Eggplant #92006E

Color information

#92006E (or 0x92006E) is unknown color: approx Eggplant. HEX triplet: 92, 00 and 6E. RGB value is (146,0,110). Sum of RGB (Red+Green+Blue) = 146+0+110=256 (33% of max value = 765). Red value is 146 (57.42% from 255 or 57.03% from 256); Green value is 0 (0.39% from 255 or 0% from 256); Blue value is 110 (43.36% from 255 or 42.97% from 256); Max value from RGB is 146 - color contains mainly: red. Hex color #92006E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92006E is #6DFF91. Grayscale: #373737. Windows color (decimal): -7208850 or 7209106. OLE color: 7209106.

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

Color convert

RGB1460110-
CMYK010.250.43
HSL314.79º100%28.63%-
HSV(B)314.79º100%57.25%-
XYZ14.677.2415.38-
YUV56.19158.37192.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 57.03%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 110 (43.36% from 255) = 42.97%
R=57.03%
G=0%
B=42.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.25
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1460110010.250.43314.7910028.63
Hex9206E064192B13b641d
Octal22201560144315347314435
Binary10010010011011100110010011001101011100111011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92006E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92006E; }

 p { color: rgb(146,0,110); }

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

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

 a { background-color: rgb(146,0,110); }

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

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

 span { border-color: rgb(146,0,110); }

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