#92118E

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

Shades of Dark Magenta #92118E

Tints of Dark Magenta #92118E

Color information

#92118E (or 0x92118E) is unknown color: approx Dark Magenta. HEX triplet: 92, 11 and 8E. RGB value is (146,17,142). Sum of RGB (Red+Green+Blue) = 146+17+142=305 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.87% from 305); Green value is 17 (7.03% from 255 or 5.57% from 305); Blue value is 142 (55.86% from 255 or 46.56% from 305); Max value from RGB is 146 - color contains mainly: red. Hex color #92118E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92118E is #6DEE71. Grayscale: #454545. Windows color (decimal): -7204466 or 9310610. OLE color: 9310610.

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

Color convert

RGB14617142-
CMYK00.880.030.43
HSL301.86º79.14%31.96%-
HSV(B)301.86º88.36%57.25%-
XYZ16.948.4626.33-
YUV69.82168.74182.34-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.87%
GREEN value IS 17 (7.03% from 255) = 5.57%
BLUE value IS 142 (55.86% from 255) = 46.56%
R=47.87%
G=5.57%
B=46.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461714200.880.030.43301.8679.1431.96
Hex92118E05832B12e4f20
Octal22221216013035345611740
Binary10010010100011000111001011000111010111001011101001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92118E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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