#920E89

Color #920E89 Dark Magenta (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Magenta #920E89

Tints of Dark Magenta #920E89

Color information

#920E89 (or 0x920E89) is unknown color: approx Dark Magenta. HEX triplet: 92, 0E and 89. RGB value is (146,14,137). Sum of RGB (Red+Green+Blue) = 146+14+137=297 (39% of max value = 765). Red value is 146 (57.42% from 255 or 49.16% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 137 (53.91% from 255 or 46.13% from 297); Max value from RGB is 146 - color contains mainly: red. Hex color #920E89 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920E89 is #6DF176. Grayscale: #434343. Windows color (decimal): -7205239 or 8982162. OLE color: 8982162.

HSL color Cylindrical-coordinate representation of color #920E89: hue angle of 304.09º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E89 is Cyan = 0, Magento = 0.90, Yellow = 0.06 and Black (K on CMYK) = 0.43.

Color convert

RGB14614137-
CMYK00.900.060.43
HSL304.09º82.5%31.37%-
HSV(B)304.09º90.41%57.25%-
XYZ16.538.2324.38-
YUV67.49167.23184-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 49.16%
GREEN value IS 14 (5.86% from 255) = 4.71%
BLUE value IS 137 (53.91% from 255) = 46.13%
R=49.16%
G=4.71%
B=46.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.06
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461413700.900.060.43304.0982.531.37
Hex92E8905A62B130521f
Octal22216211013265346012237
Binary1001001011101000100101011010110101011100110000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920E89; }

 p { color: rgb(146,14,137); }

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

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

 a { background-color: rgb(146,14,137); }

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

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

 span { border-color: rgb(146,14,137); }

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