#8B17AA

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

Shades of Dark Magenta #8B17AA

Tints of Dark Magenta #8B17AA

Color information

#8B17AA (or 0x8B17AA) is unknown color: approx Dark Magenta. HEX triplet: 8B, 17 and AA. RGB value is (139,23,170). Sum of RGB (Red+Green+Blue) = 139+23+170=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 23 (9.38% from 255 or 6.93% from 332); Blue value is 170 (66.80% from 255 or 51.20% from 332); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B17AA is #74E855. Grayscale: #494949. Windows color (decimal): -7661654 or 11147147. OLE color: 11147147.

HSL color Cylindrical-coordinate representation of color #8B17AA: hue angle of 287.35º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B17AA is Cyan = 0.18, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13923170-
CMYK0.180.8600.33
HSL287.35º76.17%37.84%-
HSV(B)287.35º86.47%66.67%-
XYZ18.21938.81-
YUV74.44181.93174.05-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 23 (9.38% from 255) = 6.93%
BLUE value IS 170 (66.80% from 255) = 51.20%
R=41.87%
G=6.93%
B=51.20%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal139231700.180.8600.33287.3576.1737.84
Hex8B17AA125602111f4c26
Octal213272522212604143711446
Binary10001011101111010101010010101011001000011000111111001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B17AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8B17AA; }

 p { color: rgb(139,23,170); }

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

<style>
 a { background-color: #8B17AA; }

 a { background-color: rgb(139,23,170); }

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

<style>
 span { border-color: #8B17AA; }

 span { border-color: rgb(139,23,170); }

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