Html Css Color HEX #8515AA Dark Magenta

📋 copy color: '#8515AA'

red 133 ◦ green 21 ◦ blue 170

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

Shades of Dark Magenta #8515AA

Tints of Dark Magenta #8515AA

RGB

 RED value IS 133 (52.34% from 255) = 41.05%

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

 BLUE value IS 170 (66.8% from 255) = 52.47%

R = 41.05%
G = 6.48%
B = 52.47%

CMYK

 C value IS 0.22

 M value IS 0.88

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8515AA (or 0x8515AA) is known color: Dark Magenta. HEX triplet: 85, 15 and AA. RGB value is (133,21,170). Sum of RGB (Red+Green+Blue) = 133+21+170=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 21 (8.59% from 255 or 6.48% from 324); Blue value is 170 (66.80% from 255 or 52.47% from 324); Max value from RGB is 170 - color contains mainly: blue. Hex color #8515AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8515AA is #7AEA55. Grayscale: #464646. Windows color (decimal): -8055382 or 11146629. OLE color: 11146629.

HSL color Cylindrical-coordinate representation of color #8515AA: hue angle of 285.1º degrees, saturation: 0.78, 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 #8515AA is Cyan = 0.22, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 133 21 170 -
CMYK 0.22 0.88 0 0.33
HSL 285.1º 0.78% 0.37% -
HSV(B) 285.1º 0.88% 0.67% -
XYZ 17.2 8.43 38.75 -
YUV 71.47 183.61 171.88 -
System Red Green Blue C M Y K H S L
Decimal 133 21 170 0.22 0.88 0 0.33 285.1 0.78 0.37
Hex 85 15 AA 16 58 0 21 11D 4E 25
Octal 205 25 252 26 130 0 41 435 116 45
Binary 10000101 10101 10101010 10110 1011000 0 100001 100011101 1001110 100101

Color Harmonies of #8515AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8515AA

Black with #8515AA

Text Example


Text Example

White with #8515AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(133,21,170); }

 H1.HeaderClassName
 {
   color: #8515AA;
 }
 .AnyTagClassName
 {
   color: #8515AA;
 }
</style>

background-color css

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

 a { background-color: rgb(133,21,170); }

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

border-color css

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

 span { border-color: rgb(133,21,170); }

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