#920C84

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

Shades of Dark Magenta #920C84

Tints of Dark Magenta #920C84

Color information

#920C84 (or 0x920C84) is unknown color: approx Dark Magenta. HEX triplet: 92, 0C and 84. RGB value is (146,12,132). Sum of RGB (Red+Green+Blue) = 146+12+132=290 (38% of max value = 765). Red value is 146 (57.42% from 255 or 50.34% from 290); Green value is 12 (5.08% from 255 or 4.14% from 290); Blue value is 132 (51.95% from 255 or 45.52% from 290); Max value from RGB is 146 - color contains mainly: red. Hex color #920C84 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920C84 is #6DF37B. Grayscale: #414141. Windows color (decimal): -7205756 or 8653970. OLE color: 8653970.

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

Color convert

RGB14612132-
CMYK00.920.100.43
HSL306.27º84.81%30.98%-
HSV(B)306.27º91.78%57.25%-
XYZ16.158.0422.53-
YUV65.75165.39185.24-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 50.34%
GREEN value IS 12 (5.08% from 255) = 4.14%
BLUE value IS 132 (51.95% from 255) = 45.52%
R=50.34%
G=4.14%
B=45.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.10
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461213200.920.100.43306.2784.8130.98
Hex92C8405CA2B132551f
Octal222142040134125346212537
Binary10010010110010000100010111001010101011100110010101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920C84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,12,132); }

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

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

 a { background-color: rgb(146,12,132); }

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

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

 span { border-color: rgb(146,12,132); }

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