Html Css Color HEX #8915A1 Dark Magenta

📋 copy color: '#8915A1'

red 137 ◦ green 21 ◦ blue 161

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

Shades of Dark Magenta #8915A1

Tints of Dark Magenta #8915A1

RGB

 RED value IS 137 (53.91% from 255) = 42.95%

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

 BLUE value IS 161 (63.28% from 255) = 50.47%

R = 42.95%
G = 6.58%
B = 50.47%

CMYK

 C value IS 0.15

 M value IS 0.87

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#8915A1 (or 0x8915A1) is known color: Dark Magenta. HEX triplet: 89, 15 and A1. RGB value is (137,21,161). Sum of RGB (Red+Green+Blue) = 137+21+161=319 (42% of max value = 765). Red value is 137 (53.91% from 255 or 42.95% from 319); Green value is 21 (8.59% from 255 or 6.58% from 319); Blue value is 161 (63.28% from 255 or 50.47% from 319); Max value from RGB is 161 - color contains mainly: blue. Hex color #8915A1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8915A1 is #76EA5E. Grayscale: #474747. Windows color (decimal): -7793247 or 10556809. OLE color: 10556809.

HSL color Cylindrical-coordinate representation of color #8915A1: hue angle of 289.71º degrees, saturation: 0.77, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8915A1 is Cyan = 0.15, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 137 21 161 -
CMYK 0.15 0.87 0 0.37
HSL 289.71º 0.77% 0.36% -
HSV(B) 289.71º 0.87% 0.63% -
XYZ 17.02 8.43 34.45 -
YUV 71.64 178.43 174.62 -
System Red Green Blue C M Y K H S L
Decimal 137 21 161 0.15 0.87 0 0.37 289.71 0.77 0.36
Hex 89 15 A1 F 57 0 25 122 4D 24
Octal 211 25 241 17 127 0 45 442 115 44
Binary 10001001 10101 10100001 1111 1010111 0 100101 100100010 1001101 100100

Color Harmonies of #8915A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8915A1

Black with #8915A1

Text Example


Text Example

White with #8915A1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8915A1; }

 p { color: rgb(137,21,161); }

 H1.HeaderClassName
 {
   color: #8915A1;
 }
 .AnyTagClassName
 {
   color: #8915A1;
 }
</style>

background-color css

<style>
 a { background-color: #8915A1; }

 a { background-color: rgb(137,21,161); }

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

border-color css

<style>
 span { border-color: #8915A1; }

 span { border-color: rgb(137,21,161); }

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