#92118A

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

Shades of Dark Magenta #92118A

Tints of Dark Magenta #92118A

Color information

#92118A (or 0x92118A) is unknown color: approx Dark Magenta. HEX triplet: 92, 11 and 8A. RGB value is (146,17,138). Sum of RGB (Red+Green+Blue) = 146+17+138=301 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.50% from 301); Green value is 17 (7.03% from 255 or 5.65% from 301); Blue value is 138 (54.30% from 255 or 45.85% from 301); Max value from RGB is 146 - color contains mainly: red. Hex color #92118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92118A is #6DEE75. Grayscale: #454545. Windows color (decimal): -7204470 or 9048466. OLE color: 9048466.

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

Color convert

RGB14617138-
CMYK00.880.050.43
HSL303.72º79.14%31.96%-
HSV(B)303.72º88.36%57.25%-
XYZ16.648.3524.78-
YUV69.36166.74182.66-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.50%
GREEN value IS 17 (7.03% from 255) = 5.65%
BLUE value IS 138 (54.30% from 255) = 45.85%
R=48.50%
G=5.65%
B=45.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.05
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461713800.880.050.43303.7279.1431.96
Hex92118A05852B1304f20
Octal22221212013055346011740
Binary100100101000110001010010110001011010111001100001001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92118A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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