#920B81

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

Shades of Dark Magenta #920B81

Tints of Dark Magenta #920B81

Color information

#920B81 (or 0x920B81) is unknown color: approx Dark Magenta. HEX triplet: 92, 0B and 81. RGB value is (146,11,129). Sum of RGB (Red+Green+Blue) = 146+11+129=286 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.05% from 286); Green value is 11 (4.69% from 255 or 3.85% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 146 - color contains mainly: red. Hex color #920B81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920B81 is #6DF47E. Grayscale: #404040. Windows color (decimal): -7206015 or 8457106. OLE color: 8457106.

HSL color Cylindrical-coordinate representation of color #920B81: hue angle of 307.56º 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 #920B81 is Cyan = 0, Magento = 0.92, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB14611129-
CMYK00.920.120.43
HSL307.56º85.99%30.78%-
HSV(B)307.56º92.47%57.25%-
XYZ15.947.9421.46-
YUV64.82164.23185.91-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.05%
GREEN value IS 11 (4.69% from 255) = 3.85%
BLUE value IS 129 (50.78% from 255) = 45.10%
R=51.05%
G=3.85%
B=45.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461112900.920.120.43307.5685.9930.78
Hex92B8105CC2B134561f
Octal222132010134145346412637
Binary10010010101110000001010111001100101011100110100101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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