#92158E

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

Shades of Dark Magenta #92158E

Tints of Dark Magenta #92158E

Color information

#92158E (or 0x92158E) is unknown color: approx Dark Magenta. HEX triplet: 92, 15 and 8E. RGB value is (146,21,142). Sum of RGB (Red+Green+Blue) = 146+21+142=309 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.25% from 309); Green value is 21 (8.59% from 255 or 6.80% from 309); Blue value is 142 (55.86% from 255 or 45.95% from 309); Max value from RGB is 146 - color contains mainly: red. Hex color #92158E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92158E is #6DEA71. Grayscale: #474747. Windows color (decimal): -7203442 or 9311634. OLE color: 9311634.

HSL color Cylindrical-coordinate representation of color #92158E: hue angle of 301.92º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #92158E is Cyan = 0, Magento = 0.86, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14621142-
CMYK00.860.030.43
HSL301.92º74.85%32.75%-
HSV(B)301.92º85.62%57.25%-
XYZ178.626.35-
YUV72.17167.41180.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.25%
GREEN value IS 21 (8.59% from 255) = 6.80%
BLUE value IS 142 (55.86% from 255) = 45.95%
R=47.25%
G=6.80%
B=45.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1462114200.860.030.43301.9274.8532.75
Hex92158E05632B12e4b21
Octal22225216012635345611341
Binary10010010101011000111001010110111010111001011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92158E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92158E; }

 p { color: rgb(146,21,142); }

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

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

 a { background-color: rgb(146,21,142); }

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

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

 span { border-color: rgb(146,21,142); }

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