#920480

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

Shades of Dark Magenta #920480

Tints of Dark Magenta #920480

Color information

#920480 (or 0x920480) is unknown color: approx Dark Magenta. HEX triplet: 92, 04 and 80. RGB value is (146,4,128). Sum of RGB (Red+Green+Blue) = 146+4+128=278 (36% of max value = 765). Red value is 146 (57.42% from 255 or 52.52% from 278); Green value is 4 (1.95% from 255 or 1.44% from 278); Blue value is 128 (50.39% from 255 or 46.04% from 278); Max value from RGB is 146 - color contains mainly: red. Hex color #920480 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920480 is #6DFB7F. Grayscale: #3C3C3C. Windows color (decimal): -7207808 or 8389778. OLE color: 8389778.

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

Color convert

RGB1464128-
CMYK00.970.120.43
HSL307.61º94.67%29.41%-
HSV(B)307.61º97.26%57.25%-
XYZ15.797.7621.09-
YUV60.59166.04188.92-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 52.52%
GREEN value IS 4 (1.95% from 255) = 1.44%
BLUE value IS 128 (50.39% from 255) = 46.04%
R=52.52%
G=1.44%
B=46.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146412800.970.120.43307.6194.6729.41
Hex92480061C2B1345f1d
Octal22242000141145346413735
Binary1001001010010000000011000011100101011100110100101111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920480

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920480; }

 p { color: rgb(146,4,128); }

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

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

 a { background-color: rgb(146,4,128); }

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

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

 span { border-color: rgb(146,4,128); }

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