Html Css Color HEX #8A1487 Dark Magenta

📋 copy color: '#8A1487'

red 138 ◦ green 20 ◦ blue 135

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

Shades of Dark Magenta #8A1487

Tints of Dark Magenta #8A1487

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.83%

 BLUE value IS 135 (53.13% from 255) = 46.08%

R = 47.1%
G = 6.83%
B = 46.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.02

 K value IS 0.46

RGB Variations

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

Color information

#8A1487 (or 0x8A1487) is known color: Dark Magenta. HEX triplet: 8A, 14 and 87. RGB value is (138,20,135). Sum of RGB (Red+Green+Blue) = 138+20+135=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 20 (8.20% from 255 or 6.83% from 293); Blue value is 135 (53.12% from 255 or 46.08% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1487 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1487 is #75EB78. Grayscale: #444444. Windows color (decimal): -7727993 or 8852618. OLE color: 8852618.

HSL color Cylindrical-coordinate representation of color #8A1487: hue angle of 301.53º degrees, saturation: 0.75, 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 #8A1487 is Cyan = 0, Magento = 0.86, Yellow = 0.02 and Black (K on CMYK) = 0.46.

Color convert

RGB 138 20 135 -
CMYK 0 0.86 0.02 0.46
HSL 301.53º 0.75% 0.31% -
HSV(B) 301.53º 0.86% 0.54% -
XYZ 15.1 7.65 23.6 -
YUV 68.39 165.59 177.65 -
System Red Green Blue C M Y K H S L
Decimal 138 20 135 0 0.86 0.02 0.46 301.53 0.75 0.31
Hex 8A 14 87 0 56 2 2E 12E 4B 1F
Octal 212 24 207 0 126 2 56 456 113 37
Binary 10001010 10100 10000111 0 1010110 10 101110 100101110 1001011 11111

Color Harmonies of #8A1487

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1487

Black with #8A1487

Text Example


Text Example

White with #8A1487

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,20,135); }

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

background-color css

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

 a { background-color: rgb(138,20,135); }

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

border-color css

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

 span { border-color: rgb(138,20,135); }

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