#920B82

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

Shades of Dark Magenta #920B82

Tints of Dark Magenta #920B82

Color information

#920B82 (or 0x920B82) is unknown color: approx Dark Magenta. HEX triplet: 92, 0B and 82. RGB value is (146,11,130). Sum of RGB (Red+Green+Blue) = 146+11+130=287 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.87% from 287); Green value is 11 (4.69% from 255 or 3.83% from 287); Blue value is 130 (51.17% from 255 or 45.30% from 287); Max value from RGB is 146 - color contains mainly: red. Hex color #920B82 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920B82 is #6DF47D. Grayscale: #404040. Windows color (decimal): -7206014 or 8522642. OLE color: 8522642.

HSL color Cylindrical-coordinate representation of color #920B82: hue angle of 307.11º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920B82 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.43.

Color convert

RGB14611130-
CMYK00.920.110.43
HSL307.11º85.99%30.78%-
HSV(B)307.11º92.47%57.25%-
XYZ167.9621.81-
YUV64.93164.73185.82-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.87%
GREEN value IS 11 (4.69% from 255) = 3.83%
BLUE value IS 130 (51.17% from 255) = 45.30%
R=50.87%
G=3.83%
B=45.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.11
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461113000.920.110.43307.1185.9930.78
Hex92B8205CB2B133561f
Octal222132020134135346312637
Binary10010010101110000010010111001011101011100110011101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920B82; }

 p { color: rgb(146,11,130); }

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

<style>
 a { background-color: #920B82; }

 a { background-color: rgb(146,11,130); }

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

<style>
 span { border-color: #920B82; }

 span { border-color: rgb(146,11,130); }

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