#920FA3

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

Shades of Dark Magenta #920FA3

Tints of Dark Magenta #920FA3

Color information

#920FA3 (or 0x920FA3) is unknown color: approx Dark Magenta. HEX triplet: 92, 0F and A3. RGB value is (146,15,163). Sum of RGB (Red+Green+Blue) = 146+15+163=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 15 (6.25% from 255 or 4.63% from 324); Blue value is 163 (64.06% from 255 or 50.31% from 324); Max value from RGB is 163 - color contains mainly: blue. Hex color #920FA3 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #920FA3 is #6DF05C. Grayscale: #464646. Windows color (decimal): -7204957 or 10686354. OLE color: 10686354.

HSL color Cylindrical-coordinate representation of color #920FA3: hue angle of 293.11º degrees, saturation: 0.83, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #920FA3 is Cyan = 0.10, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14615163-
CMYK0.100.9100.36
HSL293.11º83.15%34.9%-
HSV(B)293.11º90.8%63.92%-
XYZ18.649.135.42-
YUV71.04179.9181.47-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 45.06%
GREEN value IS 15 (6.25% from 255) = 4.63%
BLUE value IS 163 (64.06% from 255) = 50.31%
R=45.06%
G=4.63%
B=50.31%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal146151630.100.9100.36293.1183.1534.9
Hex92FA3A5B0241255323
Octal222172431213304444512343
Binary100100101111101000111010101101101001001001001011010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920FA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,15,163); }

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

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

 a { background-color: rgb(146,15,163); }

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

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

 span { border-color: rgb(146,15,163); }

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