Html Css Color HEX #8B05AC Dark Magenta

📋 copy color: '#8B05AC'

red 139 ◦ green 5 ◦ blue 172

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

Shades of Dark Magenta #8B05AC

Tints of Dark Magenta #8B05AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 54.43%

R = 43.99%
G = 1.58%
B = 54.43%

CMYK

 C value IS 0.19

 M value IS 0.97

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B05AC (or 0x8B05AC) is known color: Dark Magenta. HEX triplet: 8B, 05 and AC. RGB value is (139,5,172). Sum of RGB (Red+Green+Blue) = 139+5+172=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 5 (2.34% from 255 or 1.58% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #8B05AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B05AC is #74FA53. Grayscale: #3F3F3F. Windows color (decimal): -7666260 or 11273611. OLE color: 11273611.

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

Color convert

RGB 139 5 172 -
CMYK 0.19 0.97 0 0.33
HSL 288.14º 0.94% 0.35% -
HSV(B) 288.14º 0.97% 0.67% -
XYZ 18.15 8.58 39.73 -
YUV 64.1 188.89 181.42 -
System Red Green Blue C M Y K H S L
Decimal 139 5 172 0.19 0.97 0 0.33 288.14 0.94 0.35
Hex 8B 5 AC 13 61 0 21 120 5E 23
Octal 213 5 254 23 141 0 41 440 136 43
Binary 10001011 101 10101100 10011 1100001 0 100001 100100000 1011110 100011

Color Harmonies of #8B05AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B05AC

Black with #8B05AC

Text Example


Text Example

White with #8B05AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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