#930581

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

Shades of Dark Magenta #930581

Tints of Dark Magenta #930581

Color information

#930581 (or 0x930581) is unknown color: approx Dark Magenta. HEX triplet: 93, 05 and 81. RGB value is (147,5,129). Sum of RGB (Red+Green+Blue) = 147+5+129=281 (37% of max value = 765). Red value is 147 (57.81% from 255 or 52.31% from 281); Green value is 5 (2.34% from 255 or 1.78% from 281); Blue value is 129 (50.78% from 255 or 45.91% from 281); Max value from RGB is 147 - color contains mainly: red. Hex color #930581 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930581 is #6CFA7E. Grayscale: #3D3D3D. Windows color (decimal): -7142015 or 8455571. OLE color: 8455571.

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

Color convert

RGB1475129-
CMYK00.970.120.42
HSL307.61º93.42%29.8%-
HSV(B)307.61º96.6%57.65%-
XYZ16.057.921.45-
YUV61.59166.04188.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 52.31%
GREEN value IS 5 (2.34% from 255) = 1.78%
BLUE value IS 129 (50.78% from 255) = 45.91%
R=52.31%
G=1.78%
B=45.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.12
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal147512900.970.120.42307.6193.4229.8
Hex93581061C2A1345d1e
Octal22352010141145246413536
Binary1001001110110000001011000011100101010100110100101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930581; }

 p { color: rgb(147,5,129); }

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

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

 a { background-color: rgb(147,5,129); }

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

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

 span { border-color: rgb(147,5,129); }

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