Html Css Color HEX #8A1488 Dark Magenta

📋 copy color: '#8A1488'

red 138 ◦ green 20 ◦ blue 136

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

Shades of Dark Magenta #8A1488

Tints of Dark Magenta #8A1488

RGB

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

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

 BLUE value IS 136 (53.52% from 255) = 46.26%

R = 46.94%
G = 6.8%
B = 46.26%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.01

 K value IS 0.46

RGB Variations

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

Color information

#8A1488 (or 0x8A1488) is known color: Dark Magenta. HEX triplet: 8A, 14 and 88. RGB value is (138,20,136). Sum of RGB (Red+Green+Blue) = 138+20+136=294 (38% of max value = 765). Red value is 138 (54.30% from 255 or 46.94% from 294); Green value is 20 (8.20% from 255 or 6.80% from 294); Blue value is 136 (53.52% from 255 or 46.26% from 294); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1488 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1488 is #75EB77. Grayscale: #444444. Windows color (decimal): -7727992 or 8918154. OLE color: 8918154.

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

Color convert

RGB 138 20 136 -
CMYK 0 0.86 0.01 0.46
HSL 301.02º 0.75% 0.31% -
HSV(B) 301.02º 0.86% 0.54% -
XYZ 15.18 7.68 23.98 -
YUV 68.51 166.09 177.57 -
System Red Green Blue C M Y K H S L
Decimal 138 20 136 0 0.86 0.01 0.46 301.02 0.75 0.31
Hex 8A 14 88 0 56 1 2E 12D 4B 1F
Octal 212 24 210 0 126 1 56 455 113 37
Binary 10001010 10100 10001000 0 1010110 1 101110 100101101 1001011 11111

Color Harmonies of #8A1488

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1488

Black with #8A1488

Text Example


Text Example

White with #8A1488

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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