Html Css Color HEX #8B05AA Dark Magenta

📋 copy color: '#8B05AA'

red 139 ◦ green 5 ◦ blue 170

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

Shades of Dark Magenta #8B05AA

Tints of Dark Magenta #8B05AA

RGB

 RED value IS 139 (54.69% from 255) = 44.27%

 GREEN value IS 5 (2.34% from 255) = 1.59%

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

R = 44.27%
G = 1.59%
B = 54.14%

CMYK

 C value IS 0.18

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B05AA (or 0x8B05AA) is known color: Dark Magenta. HEX triplet: 8B, 05 and AA. RGB value is (139,5,170). Sum of RGB (Red+Green+Blue) = 139+5+170=314 (41% of max value = 765). Red value is 139 (54.69% from 255 or 44.27% from 314); Green value is 5 (2.34% from 255 or 1.59% from 314); Blue value is 170 (66.80% from 255 or 54.14% from 314); Max value from RGB is 170 - color contains mainly: blue. Hex color #8B05AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B05AA is #74FA55. Grayscale: #3F3F3F. Windows color (decimal): -7666262 or 11142539. OLE color: 11142539.

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

Color convert

RGB 139 5 170 -
CMYK 0.18 0.97 0 0.33
HSL 288.73º 0.94% 0.34% -
HSV(B) 288.73º 0.97% 0.67% -
XYZ 17.96 8.5 38.72 -
YUV 63.88 187.89 181.58 -
System Red Green Blue C M Y K H S L
Decimal 139 5 170 0.18 0.97 0 0.33 288.73 0.94 0.34
Hex 8B 5 AA 12 61 0 21 121 5E 22
Octal 213 5 252 22 141 0 41 441 136 42
Binary 10001011 101 10101010 10010 1100001 0 100001 100100001 1011110 100010

Color Harmonies of #8B05AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B05AA

Black with #8B05AA

Text Example


Text Example

White with #8B05AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B05AA;
 }
 .AnyTagClassName
 {
   color: #8B05AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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