#92005A

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

Shades of Eggplant #92005A

Tints of Eggplant #92005A

Color information

#92005A (or 0x92005A) is unknown color: approx Eggplant. HEX triplet: 92, 00 and 5A. RGB value is (146,0,90). Sum of RGB (Red+Green+Blue) = 146+0+90=236 (31% of max value = 765). Red value is 146 (57.42% from 255 or 61.86% from 236); Green value is 0 (0.39% from 255 or 0% from 236); Blue value is 90 (35.55% from 255 or 38.14% from 236); Max value from RGB is 146 - color contains mainly: red. Hex color #92005A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92005A is #6DFFA5. Grayscale: #353535. Windows color (decimal): -7208870 or 5898386. OLE color: 5898386.

HSL color Cylindrical-coordinate representation of color #92005A: hue angle of 323.01º 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 #92005A is Cyan = 0, Magento = 1, Yellow = 0.38 and Black (K on CMYK) = 0.43.

Color convert

RGB146090-
CMYK010.380.43
HSL323.01º100%28.63%-
HSV(B)323.01º100%57.25%-
XYZ13.76.8510.27-
YUV53.91148.37193.68-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 61.86%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 90 (35.55% from 255) = 38.14%
R=61.86%
G=0%
B=38.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.38
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146090010.380.43323.0110028.63
Hex9205A064262B143641d
Octal22201320144465350314435
Binary100100100101101001100100100110101011101000011110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92005A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92005A; }

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

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

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

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

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

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

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

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