#920E8A

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

Shades of Dark Magenta #920E8A

Tints of Dark Magenta #920E8A

Color information

#920E8A (or 0x920E8A) is unknown color: approx Dark Magenta. HEX triplet: 92, 0E and 8A. RGB value is (146,14,138). Sum of RGB (Red+Green+Blue) = 146+14+138=298 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.99% from 298); Green value is 14 (5.86% from 255 or 4.70% from 298); Blue value is 138 (54.30% from 255 or 46.31% from 298); Max value from RGB is 146 - color contains mainly: red. Hex color #920E8A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920E8A is #6DF175. Grayscale: #434343. Windows color (decimal): -7205238 or 9047698. OLE color: 9047698.

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

Color convert

RGB14614138-
CMYK00.900.050.43
HSL303.64º82.5%31.37%-
HSV(B)303.64º90.41%57.25%-
XYZ16.68.2624.76-
YUV67.6167.73183.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.99%
GREEN value IS 14 (5.86% from 255) = 4.70%
BLUE value IS 138 (54.30% from 255) = 46.31%
R=48.99%
G=4.70%
B=46.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461413800.900.050.43303.6482.531.37
Hex92E8A05A52B130521f
Octal22216212013255346012237
Binary1001001011101000101001011010101101011100110000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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