#9319A2

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

Shades of Dark Magenta #9319A2

Tints of Dark Magenta #9319A2

Color information

#9319A2 (or 0x9319A2) is unknown color: approx Dark Magenta. HEX triplet: 93, 19 and A2. RGB value is (147,25,162). Sum of RGB (Red+Green+Blue) = 147+25+162=334 (44% of max value = 765). Red value is 147 (57.81% from 255 or 44.01% from 334); Green value is 25 (10.16% from 255 or 7.49% from 334); Blue value is 162 (63.67% from 255 or 48.50% from 334); Max value from RGB is 162 - color contains mainly: blue. Hex color #9319A2 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9319A2 is #6CE65D. Grayscale: #4C4C4C. Windows color (decimal): -7136862 or 10623379. OLE color: 10623379.

HSL color Cylindrical-coordinate representation of color #9319A2: hue angle of 293.43º degrees, saturation: 0.73, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9319A2 is Cyan = 0.09, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB14725162-
CMYK0.090.8500.36
HSL293.43º73.26%36.67%-
HSV(B)293.43º84.57%63.53%-
XYZ18.99.5135.02-
YUV77.1175.92177.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.01%
GREEN value IS 25 (10.16% from 255) = 7.49%
BLUE value IS 162 (63.67% from 255) = 48.50%
R=44.01%
G=7.49%
B=48.50%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal147251620.090.8500.36293.4373.2636.67
Hex9319A29550241254925
Octal223312421112504444511145
Binary1001001111001101000101001101010101001001001001011001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9319A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9319A2; }

 p { color: rgb(147,25,162); }

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

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

 a { background-color: rgb(147,25,162); }

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

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

 span { border-color: rgb(147,25,162); }

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