#920E90

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

Shades of Dark Magenta #920E90

Tints of Dark Magenta #920E90

Color information

#920E90 (or 0x920E90) is unknown color: approx Dark Magenta. HEX triplet: 92, 0E and 90. RGB value is (146,14,144). Sum of RGB (Red+Green+Blue) = 146+14+144=304 (40% of max value = 765). Red value is 146 (57.42% from 255 or 48.03% from 304); Green value is 14 (5.86% from 255 or 4.61% from 304); Blue value is 144 (56.64% from 255 or 47.37% from 304); Max value from RGB is 146 - color contains mainly: red. Hex color #920E90 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920E90 is #6DF16F. Grayscale: #434343. Windows color (decimal): -7205232 or 9440914. OLE color: 9440914.

HSL color Cylindrical-coordinate representation of color #920E90: hue angle of 300.91º 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 #920E90 is Cyan = 0, Magento = 0.90, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB14614144-
CMYK00.900.010.43
HSL300.91º82.5%31.37%-
HSV(B)300.91º90.41%57.25%-
XYZ17.058.4427.12-
YUV68.29170.73183.43-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.03%
GREEN value IS 14 (5.86% from 255) = 4.61%
BLUE value IS 144 (56.64% from 255) = 47.37%
R=48.03%
G=4.61%
B=47.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.01
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461414400.900.010.43300.9182.531.37
Hex92E9005A12B12d521f
Octal22216220013215345512237
Binary10010010111010010000010110101101011100101101101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E90

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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