#92128E

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

Shades of Dark Magenta #92128E

Tints of Dark Magenta #92128E

Color information

#92128E (or 0x92128E) is unknown color: approx Dark Magenta. HEX triplet: 92, 12 and 8E. RGB value is (146,18,142). Sum of RGB (Red+Green+Blue) = 146+18+142=306 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.71% from 306); Green value is 18 (7.42% from 255 or 5.88% from 306); Blue value is 142 (55.86% from 255 or 46.41% from 306); Max value from RGB is 146 - color contains mainly: red. Hex color #92128E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92128E is #6DED71. Grayscale: #464646. Windows color (decimal): -7204210 or 9310866. OLE color: 9310866.

HSL color Cylindrical-coordinate representation of color #92128E: hue angle of 301.88º degrees, saturation: 0.78, 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 #92128E is Cyan = 0, Magento = 0.88, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB14618142-
CMYK00.880.030.43
HSL301.88º78.05%32.16%-
HSV(B)301.88º87.67%57.25%-
XYZ16.958.526.34-
YUV70.41168.41181.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.71%
GREEN value IS 18 (7.42% from 255) = 5.88%
BLUE value IS 142 (55.86% from 255) = 46.41%
R=47.71%
G=5.88%
B=46.41%

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
Decimal1461814200.880.030.43301.8878.0532.16
Hex92128E05832B12e4e20
Octal22222216013035345611640
Binary10010010100101000111001011000111010111001011101001110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92128E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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