#92158D

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

Shades of Dark Magenta #92158D

Tints of Dark Magenta #92158D

Color information

#92158D (or 0x92158D) is unknown color: approx Dark Magenta. HEX triplet: 92, 15 and 8D. RGB value is (146,21,141). Sum of RGB (Red+Green+Blue) = 146+21+141=308 (40% of max value = 765). Red value is 146 (57.42% from 255 or 47.40% from 308); Green value is 21 (8.59% from 255 or 6.82% from 308); Blue value is 141 (55.47% from 255 or 45.78% from 308); Max value from RGB is 146 - color contains mainly: red. Hex color #92158D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #92158D is #6DEA72. Grayscale: #474747. Windows color (decimal): -7203443 or 9246098. OLE color: 9246098.

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

Color convert

RGB14621141-
CMYK00.860.030.43
HSL302.4º74.85%32.75%-
HSV(B)302.4º85.62%57.25%-
XYZ16.938.5725.96-
YUV72.05166.91180.74-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 47.40%
GREEN value IS 21 (8.59% from 255) = 6.82%
BLUE value IS 141 (55.47% from 255) = 45.78%
R=47.40%
G=6.82%
B=45.78%

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
Decimal1462114100.860.030.43302.474.8532.75
Hex92158D05632B12e4b21
Octal22225215012635345611341
Binary10010010101011000110101010110111010111001011101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92158D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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