#9514AA

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

Shades of Dark Magenta #9514AA

Tints of Dark Magenta #9514AA

Color information

#9514AA (or 0x9514AA) is unknown color: approx Dark Magenta. HEX triplet: 95, 14 and AA. RGB value is (149,20,170). Sum of RGB (Red+Green+Blue) = 149+20+170=339 (44% of max value = 765). Red value is 149 (58.59% from 255 or 43.95% from 339); Green value is 20 (8.20% from 255 or 5.90% from 339); Blue value is 170 (66.80% from 255 or 50.15% from 339); Max value from RGB is 170 - color contains mainly: blue. Hex color #9514AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9514AA is #6AEB55. Grayscale: #4B4B4B. Windows color (decimal): -7007062 or 11146389. OLE color: 11146389.

HSL color Cylindrical-coordinate representation of color #9514AA: hue angle of 291.6º degrees, saturation: 0.79, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9514AA is Cyan = 0.12, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB14920170-
CMYK0.120.8800.33
HSL291.6º78.95%37.25%-
HSV(B)291.6º88.24%66.67%-
XYZ19.99.7938.87-
YUV75.67181.24180.3-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.95%
GREEN value IS 20 (8.20% from 255) = 5.90%
BLUE value IS 170 (66.80% from 255) = 50.15%
R=43.95%
G=5.90%
B=50.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal149201700.120.8800.33291.678.9537.25
Hex9514AAC580211244f25
Octal225242521413004144411745
Binary1001010110100101010101100101100001000011001001001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9514AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9514AA; }

 p { color: rgb(149,20,170); }

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

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

 a { background-color: rgb(149,20,170); }

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

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

 span { border-color: rgb(149,20,170); }

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