#930AAC

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

Shades of Dark Magenta #930AAC

Tints of Dark Magenta #930AAC

Color information

#930AAC (or 0x930AAC) is unknown color: approx Dark Magenta. HEX triplet: 93, 0A and AC. RGB value is (147,10,172). Sum of RGB (Red+Green+Blue) = 147+10+172=329 (43% of max value = 765). Red value is 147 (57.81% from 255 or 44.68% from 329); Green value is 10 (4.30% from 255 or 3.04% from 329); Blue value is 172 (67.58% from 255 or 52.28% from 329); Max value from RGB is 172 - color contains mainly: blue. Hex color #930AAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #930AAC is #6CF553. Grayscale: #444444. Windows color (decimal): -7140692 or 11274899. OLE color: 11274899.

HSL color Cylindrical-coordinate representation of color #930AAC: hue angle of 290.74º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #930AAC is Cyan = 0.15, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14710172-
CMYK0.150.9400.33
HSL290.74º89.01%35.69%-
HSV(B)290.74º94.19%67.45%-
XYZ19.599.439.81-
YUV69.43185.89183.33-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 44.68%
GREEN value IS 10 (4.30% from 255) = 3.04%
BLUE value IS 172 (67.58% from 255) = 52.28%
R=44.68%
G=3.04%
B=52.28%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal147101720.150.9400.33290.7489.0135.69
Hex93AACF5E0211235924
Octal223122541713604144313144
Binary100100111010101011001111101111001000011001000111011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #930AAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #930AAC; }

 p { color: rgb(147,10,172); }

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

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

 a { background-color: rgb(147,10,172); }

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

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

 span { border-color: rgb(147,10,172); }

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