Html Css Color HEX #8A1388 Dark Magenta

📋 copy color: '#8A1388'

red 138 ◦ green 19 ◦ blue 136

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

Shades of Dark Magenta #8A1388

Tints of Dark Magenta #8A1388

RGB

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

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

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

R = 47.1%
G = 6.48%
B = 46.42%

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

#8A1388 (or 0x8A1388) is known color: Dark Magenta. HEX triplet: 8A, 13 and 88. RGB value is (138,19,136). Sum of RGB (Red+Green+Blue) = 138+19+136=293 (38% of max value = 765). Red value is 138 (54.30% from 255 or 47.10% from 293); Green value is 19 (7.81% from 255 or 6.48% from 293); Blue value is 136 (53.52% from 255 or 46.42% from 293); Max value from RGB is 138 - color contains mainly: red. Hex color #8A1388 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1388 is #75EC77. Grayscale: #434343. Windows color (decimal): -7728248 or 8917898. OLE color: 8917898.

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

Color convert

RGB 138 19 136 -
CMYK 0 0.86 0.01 0.46
HSL 301.01º 0.76% 0.31% -
HSV(B) 301.01º 0.86% 0.54% -
XYZ 15.16 7.65 23.97 -
YUV 67.92 166.42 177.99 -
System Red Green Blue C M Y K H S L
Decimal 138 19 136 0 0.86 0.01 0.46 301.01 0.76 0.31
Hex 8A 13 88 0 56 1 2E 12D 4C 1F
Octal 212 23 210 0 126 1 56 455 114 37
Binary 10001010 10011 10001000 0 1010110 1 101110 100101101 1001100 11111

Color Harmonies of #8A1388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1388

Black with #8A1388

Text Example


Text Example

White with #8A1388

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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