Html Css Color HEX #8A1386 Dark Magenta

📋 copy color: '#8A1386'

red 138 ◦ green 19 ◦ blue 134

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

Shades of Dark Magenta #8A1386

Tints of Dark Magenta #8A1386

RGB

 RED value IS 138 (54.3% from 255) = 47.42%

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

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

R = 47.42%
G = 6.53%
B = 46.05%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.03

 K value IS 0.46

RGB Variations

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

Color information

#8A1386 (or 0x8A1386) is known color: Dark Magenta. HEX triplet: 8A, 13 and 86. RGB value is (138,19,134). Sum of RGB (Red+Green+Blue) = 138+19+134=291 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.42% from 291); Green value is 19 (7.81% from 255 or 6.53% from 291); Blue value is 134 (52.73% from 255 or 46.05% from 291); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1386 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1386 is #75EC79. Grayscale: #434343. Windows color (decimal): -7728250 or 8786826. OLE color: 8786826.

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

Color convert

RGB 138 19 134 -
CMYK 0 0.86 0.03 0.46
HSL 302.02º 0.76% 0.31% -
HSV(B) 302.02º 0.86% 0.54% -
XYZ 15.02 7.59 23.23 -
YUV 67.69 165.42 178.15 -
System Red Green Blue C M Y K H S L
Decimal 138 19 134 0 0.86 0.03 0.46 302.02 0.76 0.31
Hex 8A 13 86 0 56 3 2E 12E 4C 1F
Octal 212 23 206 0 126 3 56 456 114 37
Binary 10001010 10011 10000110 0 1010110 11 101110 100101110 1001100 11111

Color Harmonies of #8A1386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1386

Black with #8A1386

Text Example


Text Example

White with #8A1386

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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