Html Css Color HEX #8B1386 Dark Magenta

📋 copy color: '#8B1386'

red 139 ◦ green 19 ◦ blue 134

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

Shades of Dark Magenta #8B1386

Tints of Dark Magenta #8B1386

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.51%

 BLUE value IS 134 (52.73% from 255) = 45.89%

R = 47.6%
G = 6.51%
B = 45.89%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.04

 K value IS 0.45

RGB Variations

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

Color information

#8B1386 (or 0x8B1386) is known color: Dark Magenta. HEX triplet: 8B, 13 and 86. RGB value is (139,19,134). Sum of RGB (Red+Green+Blue) = 139+19+134=292 (38% of max value = 765). Red value is 139 (54.69% from 255 or 47.60% from 292); Green value is 19 (7.81% from 255 or 6.51% from 292); Blue value is 134 (52.73% from 255 or 45.89% from 292); Max value from RGB is 139 - color contains mainly: red. Hex color #8B1386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8B1386 is #74EC79. Grayscale: #434343. Windows color (decimal): -7662714 or 8786827. OLE color: 8786827.

HSL color Cylindrical-coordinate representation of color #8B1386: hue angle of 302.5º degrees, saturation: 0.76, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8B1386 is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 19 134 -
CMYK 0 0.86 0.04 0.45
HSL 302.5º 0.76% 0.31% -
HSV(B) 302.5º 0.86% 0.55% -
XYZ 15.18 7.68 23.24 -
YUV 67.99 165.26 178.65 -
System Red Green Blue C M Y K H S L
Decimal 139 19 134 0 0.86 0.04 0.45 302.5 0.76 0.31
Hex 8B 13 86 0 56 4 2D 12E 4C 1F
Octal 213 23 206 0 126 4 55 456 114 37
Binary 10001011 10011 10000110 0 1010110 100 101101 100101110 1001100 11111

Color Harmonies of #8B1386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B1386

Black with #8B1386

Text Example


Text Example

White with #8B1386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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