Html Css Color HEX #8B06AB Dark Magenta

📋 copy color: '#8B06AB'

red 139 ◦ green 6 ◦ blue 171

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

Shades of Dark Magenta #8B06AB

Tints of Dark Magenta #8B06AB

RGB

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

 GREEN value IS 6 (2.73% from 255) = 1.9%

 BLUE value IS 171 (67.19% from 255) = 54.11%

R = 43.99%
G = 1.9%
B = 54.11%

CMYK

 C value IS 0.19

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8B06AB (or 0x8B06AB) is known color: Dark Magenta. HEX triplet: 8B, 06 and AB. RGB value is (139,6,171). Sum of RGB (Red+Green+Blue) = 139+6+171=316 (41% of max value = 765). Red value is 139 (54.69% from 255 or 43.99% from 316); Green value is 6 (2.73% from 255 or 1.90% from 316); Blue value is 171 (67.19% from 255 or 54.11% from 316); Max value from RGB is 171 - color contains mainly: blue. Hex color #8B06AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B06AB is #74F954. Grayscale: #404040. Windows color (decimal): -7666005 or 11208331. OLE color: 11208331.

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

Color convert

RGB 139 6 171 -
CMYK 0.19 0.96 0 0.33
HSL 288.36º 0.93% 0.35% -
HSV(B) 288.36º 0.96% 0.67% -
XYZ 18.06 8.56 39.23 -
YUV 64.58 188.06 181.08 -
System Red Green Blue C M Y K H S L
Decimal 139 6 171 0.19 0.96 0 0.33 288.36 0.93 0.35
Hex 8B 6 AB 13 60 0 21 120 5D 23
Octal 213 6 253 23 140 0 41 440 135 43
Binary 10001011 110 10101011 10011 1100000 0 100001 100100000 1011101 100011

Color Harmonies of #8B06AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B06AB

Black with #8B06AB

Text Example


Text Example

White with #8B06AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,6,171); }

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

background-color css

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

 a { background-color: rgb(139,6,171); }

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

border-color css

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

 span { border-color: rgb(139,6,171); }

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