#9510A5

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

Shades of Dark Magenta #9510A5

Tints of Dark Magenta #9510A5

Color information

#9510A5 (or 0x9510A5) is unknown color: approx Dark Magenta. HEX triplet: 95, 10 and A5. RGB value is (149,16,165). Sum of RGB (Red+Green+Blue) = 149+16+165=330 (43% of max value = 765). Red value is 149 (58.59% from 255 or 45.15% from 330); Green value is 16 (6.64% from 255 or 4.85% from 330); Blue value is 165 (64.84% from 255 or 50% from 330); Max value from RGB is 165 - color contains mainly: blue. Hex color #9510A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9510A5 is #6AEF5A. Grayscale: #484848. Windows color (decimal): -7008091 or 10817685. OLE color: 10817685.

HSL color Cylindrical-coordinate representation of color #9510A5: hue angle of 293.56º degrees, saturation: 0.82, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9510A5 is Cyan = 0.10, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB14916165-
CMYK0.100.9000.35
HSL293.56º82.32%35.49%-
HSV(B)293.56º90.3%64.71%-
XYZ19.379.4836.41-
YUV72.75180.06182.38-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 45.15%
GREEN value IS 16 (6.64% from 255) = 4.85%
BLUE value IS 165 (64.84% from 255) = 50%
R=45.15%
G=4.85%
B=50%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.90
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal149161650.100.9000.35293.5682.3235.49
Hex9510A5A5A0231265223
Octal225202451213204344612243
Binary1001010110000101001011010101101001000111001001101010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9510A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9510A5; }

 p { color: rgb(149,16,165); }

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

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

 a { background-color: rgb(149,16,165); }

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

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

 span { border-color: rgb(149,16,165); }

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