Html Css Color HEX #86008B Dark Magenta

📋 copy color: '#86008B'

red 134 ◦ green 0 ◦ blue 139

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

Shades of Dark Magenta #86008B

Tints of Dark Magenta #86008B

RGB

 RED value IS 134 (52.73% from 255) = 49.08%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 139 (54.69% from 255) = 50.92%

R = 49.08%
G = 0%
B = 50.92%

CMYK

 C value IS 0.04

 M value IS 1

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#86008B (or 0x86008B) is known color: Dark Magenta. HEX triplet: 86, 00 and 8B. RGB value is (134,0,139). Sum of RGB (Red+Green+Blue) = 134+0+139=273 (36% of max value = 765). Red value is 134 (52.73% from 255 or 49.08% from 273); Green value is 0 (0.39% from 255 or 0% from 273); Blue value is 139 (54.69% from 255 or 50.92% from 273); Max value from RGB is 139 - color contains mainly: blue. Hex color #86008B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #86008B is #79FF74. Grayscale: #373737. Windows color (decimal): -7995253 or 9109638. OLE color: 9109638.

HSL color Cylindrical-coordinate representation of color #86008B: hue angle of 297.84º degrees, saturation: 1, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 1%. Process color model (Four color, CMYK) of #86008B is Cyan = 0.04, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 0 139 -
CMYK 0.04 1 0 0.45
HSL 297.84º 1% 0.27% -
HSV(B) 297.84º 1% 0.55% -
XYZ 14.49 6.93 25 -
YUV 55.91 174.89 183.7 -
System Red Green Blue C M Y K H S L
Decimal 134 0 139 0.04 1 0 0.45 297.84 1 0.27
Hex 86 0 8B 4 64 0 2D 12A 64 1B
Octal 206 0 213 4 144 0 55 452 144 33
Binary 10000110 0 10001011 100 1100100 0 101101 100101010 1100100 11011

Color Harmonies of #86008B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #86008B

Black with #86008B

Text Example


Text Example

White with #86008B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #86008B; }

 p { color: rgb(134,0,139); }

 H1.HeaderClassName
 {
   color: #86008B;
 }
 .AnyTagClassName
 {
   color: #86008B;
 }
</style>

background-color css

<style>
 a { background-color: #86008B; }

 a { background-color: rgb(134,0,139); }

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

border-color css

<style>
 span { border-color: #86008B; }

 span { border-color: rgb(134,0,139); }

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