#920C9F

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

Shades of Dark Magenta #920C9F

Tints of Dark Magenta #920C9F

Color information

#920C9F (or 0x920C9F) is unknown color: approx Dark Magenta. HEX triplet: 92, 0C and 9F. RGB value is (146,12,159). Sum of RGB (Red+Green+Blue) = 146+12+159=317 (41% of max value = 765). Red value is 146 (57.42% from 255 or 46.06% from 317); Green value is 12 (5.08% from 255 or 3.79% from 317); Blue value is 159 (62.5% from 255 or 50.16% from 317); Max value from RGB is 159 - color contains mainly: blue. Hex color #920C9F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920C9F is #6DF360. Grayscale: #444444. Windows color (decimal): -7205729 or 10423442. OLE color: 10423442.

HSL color Cylindrical-coordinate representation of color #920C9F: hue angle of 294.69º degrees, saturation: 0.86, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #920C9F is Cyan = 0.08, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB14612159-
CMYK0.080.9200.38
HSL294.69º85.96%33.53%-
HSV(B)294.69º92.45%62.35%-
XYZ18.248.8833.55-
YUV68.82178.89183.05-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 46.06%
GREEN value IS 12 (5.08% from 255) = 3.79%
BLUE value IS 159 (62.5% from 255) = 50.16%
R=46.06%
G=3.79%
B=50.16%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal146121590.080.9200.38294.6985.9633.53
Hex92C9F85C0261275622
Octal222142371013404644712642
Binary100100101100100111111000101110001001101001001111010110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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