#9316a1

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

Shades of Dark Magenta #9316A1

Tints of Dark Magenta #9316A1

Color information

#9316A1 (or 0x9316A1) is unknown color: approx Dark Magenta. HEX triplet: 93, 16 and A1. RGB value is (147,22,161). Sum of RGB (Red+Green+Blue) = 147+22+161=330 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.55% from 330); Green value is 22 (8.98% from 255 or 6.67% from 330); Blue value is 161 (63.28% from 255 or 48.79% from 330); Max value from RGB is 161 - color contains mainly: blue. Hex color #9316A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9316A1 is #6CE95E. Grayscale: #4A4A4A. Windows color (decimal): -7137631 or 10557075. OLE color: 10557075.

HSL color Cylindrical-coordinate representation of color #9316A1: hue angle of 293.96º degrees, saturation: 0.76, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9316A1 is Cyan = 0.09, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB14722161-
CMYK0.090.8600.37
HSL293.96º75.96%35.88%-
HSV(B)293.96º86.34%63.14%-
XYZ18.759.3534.53-
YUV75.22176.41179.2-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.55%
GREEN value IS 22 (8.98% from 255) = 6.67%
BLUE value IS 161 (63.28% from 255) = 48.79%
R=44.55%
G=6.67%
B=48.79%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal147221610.090.8600.37293.9675.9635.88
Hex9316A19560251264c24
Octal223262411112604544611444
Binary1001001110110101000011001101011001001011001001101001100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9316a1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9316a1; }

 p { color: rgb(147,22,161); }

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

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

 a { background-color: rgb(147,22,161); }

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

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

 span { border-color: rgb(147,22,161); }

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