#8B05A4

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

Shades of Dark Magenta #8B05A4

Tints of Dark Magenta #8B05A4

Color information

#8B05A4 (or 0x8B05A4) is unknown color: approx Dark Magenta. HEX triplet: 8B, 05 and A4. RGB value is (139,5,164). Sum of RGB (Red+Green+Blue) = 139+5+164=308 (40% of max value = 765). Red value is 139 (54.69% from 255 or 45.13% from 308); Green value is 5 (2.34% from 255 or 1.62% from 308); Blue value is 164 (64.45% from 255 or 53.25% from 308); Max value from RGB is 164 - color contains mainly: blue. Hex color #8B05A4 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B05A4 is #74FA5B. Grayscale: #3E3E3E. Windows color (decimal): -7666268 or 10749323. OLE color: 10749323.

HSL color Cylindrical-coordinate representation of color #8B05A4: hue angle of 290.57º degrees, saturation: 0.94, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B05A4 is Cyan = 0.15, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB1395164-
CMYK0.150.9700.36
HSL290.57º94.08%33.14%-
HSV(B)290.57º96.95%64.31%-
XYZ17.48.2835.8-
YUV63.19184.89182.07-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 45.13%
GREEN value IS 5 (2.34% from 255) = 1.62%
BLUE value IS 164 (64.45% from 255) = 53.25%
R=45.13%
G=1.62%
B=53.25%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal13951640.150.9700.36290.5794.0833.14
Hex8B5A4F610241235e21
Octal21352441714104444313641
Binary10001011101101001001111110000101001001001000111011110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B05A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,5,164); }

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

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

 a { background-color: rgb(139,5,164); }

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

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

 span { border-color: rgb(139,5,164); }

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