#920C8D

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

Shades of Dark Magenta #920C8D

Tints of Dark Magenta #920C8D

Color information

#920C8D (or 0x920C8D) is unknown color: approx Dark Magenta. HEX triplet: 92, 0C and 8D. RGB value is (146,12,141). Sum of RGB (Red+Green+Blue) = 146+12+141=299 (39% of max value = 765). Red value is 146 (57.42% from 255 or 48.83% from 299); Green value is 12 (5.08% from 255 or 4.01% from 299); Blue value is 141 (55.47% from 255 or 47.16% from 299); Max value from RGB is 146 - color contains mainly: red. Hex color #920C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920C8D is #6DF372. Grayscale: #424242. Windows color (decimal): -7205747 or 9243794. OLE color: 9243794.

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

Color convert

RGB14612141-
CMYK00.920.030.43
HSL302.24º84.81%30.98%-
HSV(B)302.24º91.78%57.25%-
XYZ16.798.325.92-
YUV66.77169.89184.51-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 48.83%
GREEN value IS 12 (5.08% from 255) = 4.01%
BLUE value IS 141 (55.47% from 255) = 47.16%
R=48.83%
G=4.01%
B=47.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.03
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1461214100.920.030.43302.2484.8130.98
Hex92C8D05C32B12e551f
Octal22214215013435345612537
Binary100100101100100011010101110011101011100101110101010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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