#920875

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

Shades of Eggplant #920875

Tints of Eggplant #920875

Color information

#920875 (or 0x920875) is unknown color: approx Eggplant. HEX triplet: 92, 08 and 75. RGB value is (146,8,117). Sum of RGB (Red+Green+Blue) = 146+8+117=271 (35% of max value = 765). Red value is 146 (57.42% from 255 or 53.87% from 271); Green value is 8 (3.52% from 255 or 2.95% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 146 - color contains mainly: red. Hex color #920875 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920875 is #6DF78A. Grayscale: #3D3D3D. Windows color (decimal): -7206795 or 7669906. OLE color: 7669906.

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

Color convert

RGB1468117-
CMYK00.950.200.43
HSL312.61º89.61%30.2%-
HSV(B)312.61º94.52%57.25%-
XYZ15.157.5717.49-
YUV61.69159.22188.14-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 53.87%
GREEN value IS 8 (3.52% from 255) = 2.95%
BLUE value IS 117 (46.09% from 255) = 43.17%
R=53.87%
G=2.95%
B=43.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146811700.950.200.43312.6189.6130.2
Hex9287505F142B1395a1e
Octal222101650137245347113236
Binary10010010100011101010101111110100101011100111001101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920875; }

 p { color: rgb(146,8,117); }

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

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

 a { background-color: rgb(146,8,117); }

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

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

 span { border-color: rgb(146,8,117); }

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