#920E8D

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

Shades of Dark Magenta #920E8D

Tints of Dark Magenta #920E8D

Color information

#920E8D (or 0x920E8D) is unknown color: approx Dark Magenta. HEX triplet: 92, 0E and 8D. RGB value is (146,14,141). Sum of RGB (Red+Green+Blue) = 146+14+141=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 14 (5.86% from 255 or 4.65% from 301); Blue value is 141 (55.47% from 255 or 46.84% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #920E8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920E8D is #6DF172. Grayscale: #434343. Windows color (decimal): -7205235 or 9244306. OLE color: 9244306.

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

Color convert

RGB14614141-
CMYK00.900.030.43
HSL302.27º82.5%31.37%-
HSV(B)302.27º90.41%57.25%-
XYZ16.828.3525.92-
YUV67.95169.23183.67-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 14 (5.86% from 255) = 4.65%
BLUE value IS 141 (55.47% from 255) = 46.84%
R=48.50%
G=4.65%
B=46.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461414100.900.030.43302.2782.531.37
Hex92E8D05A32B12e521f
Octal22216215013235345612237
Binary100100101110100011010101101011101011100101110101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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