#920881

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

Shades of Dark Magenta #920881

Tints of Dark Magenta #920881

Color information

#920881 (or 0x920881) is unknown color: approx Dark Magenta. HEX triplet: 92, 08 and 81. RGB value is (146,8,129). Sum of RGB (Red+Green+Blue) = 146+8+129=283 (37% of max value = 765). Red value is 146 (57.42% from 255 or 51.59% from 283); Green value is 8 (3.52% from 255 or 2.83% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 146 - color contains mainly: red. Hex color #920881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920881 is #6DF77E. Grayscale: #3E3E3E. Windows color (decimal): -7206783 or 8456338. OLE color: 8456338.

HSL color Cylindrical-coordinate representation of color #920881: hue angle of 307.39º degrees, saturation: 0.9, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #920881 is Cyan = 0, Magento = 0.95, Yellow = 0.12 and Black (K on CMYK) = 0.43.

Color convert

RGB1468129-
CMYK00.950.120.43
HSL307.39º89.61%30.2%-
HSV(B)307.39º94.52%57.25%-
XYZ15.97.8721.45-
YUV63.06165.22187.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 51.59%
GREEN value IS 8 (3.52% from 255) = 2.83%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=51.59%
G=2.83%
B=45.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146812900.950.120.43307.3989.6130.2
Hex9288105FC2B1335a1e
Octal222102010137145346313236
Binary10010010100010000001010111111100101011100110011101101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920881

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920881; }

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

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

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

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

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

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

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

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