Html Css Color HEX #9515A5 Dark Magenta

📋 copy color: '#9515A5'

red 149 ◦ green 21 ◦ blue 165

#9515A5
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Magenta #9515A5

Tints of Dark Magenta #9515A5

RGB

 RED value IS 149 (58.59% from 255) = 44.48%

 GREEN value IS 21 (8.59% from 255) = 6.27%

 BLUE value IS 165 (64.84% from 255) = 49.25%

R = 44.48%
G = 6.27%
B = 49.25%

CMYK

 C value IS 0.10

 M value IS 0.87

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#9515A5 (or 0x9515A5) is known color: Dark Magenta. HEX triplet: 95, 15 and A5. RGB value is (149,21,165). Sum of RGB (Red+Green+Blue) = 149+21+165=335 (44% of max value = 765). Red value is 149 (58.59% from 255 or 44.48% from 335); Green value is 21 (8.59% from 255 or 6.27% from 335); Blue value is 165 (64.84% from 255 or 49.25% from 335); Max value from RGB is 165 - color contains mainly: blue. Hex color #9515A5 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9515A5 is #6AEA5A. Grayscale: #4B4B4B. Windows color (decimal): -7006811 or 10818965. OLE color: 10818965.

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

Color convert

RGB 149 21 165 -
CMYK 0.10 0.87 0 0.35
HSL 293.33º 0.77% 0.36% -
HSV(B) 293.33º 0.87% 0.65% -
XYZ 19.45 9.64 36.43 -
YUV 75.69 178.41 180.29 -
System Red Green Blue C M Y K H S L
Decimal 149 21 165 0.10 0.87 0 0.35 293.33 0.77 0.36
Hex 95 15 A5 A 57 0 23 125 4D 24
Octal 225 25 245 12 127 0 43 445 115 44
Binary 10010101 10101 10100101 1010 1010111 0 100011 100100101 1001101 100100

Color Harmonies of #9515A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9515A5

Black with #9515A5

Text Example


Text Example

White with #9515A5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9515A5;
 }
 .AnyTagClassName
 {
   color: #9515A5;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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