Html Css Color HEX #8A139B Dark Magenta

📋 copy color: '#8A139B'

red 138 ◦ green 19 ◦ blue 155

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

Shades of Dark Magenta #8A139B

Tints of Dark Magenta #8A139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 49.68%

R = 44.23%
G = 6.09%
B = 49.68%

CMYK

 C value IS 0.11

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A139B (or 0x8A139B) is known color: Dark Magenta. HEX triplet: 8A, 13 and 9B. RGB value is (138,19,155). Sum of RGB (Red+Green+Blue) = 138+19+155=312 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.23% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 155 (60.94% from 255 or 49.68% from 312); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A139B is #75EC64. Grayscale: #454545. Windows color (decimal): -7728229 or 10163082. OLE color: 10163082.

HSL color Cylindrical-coordinate representation of color #8A139B: hue angle of 292.5º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A139B is Cyan = 0.11, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 138 19 155 -
CMYK 0.11 0.88 0 0.39
HSL 292.5º 0.78% 0.34% -
HSV(B) 292.5º 0.88% 0.61% -
XYZ 16.63 8.24 31.72 -
YUV 70.09 175.92 176.44 -
System Red Green Blue C M Y K H S L
Decimal 138 19 155 0.11 0.88 0 0.39 292.5 0.78 0.34
Hex 8A 13 9B B 58 0 27 124 4E 22
Octal 212 23 233 13 130 0 47 444 116 42
Binary 10001010 10011 10011011 1011 1011000 0 100111 100100100 1001110 100010

Color Harmonies of #8A139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A139B

Black with #8A139B

Text Example


Text Example

White with #8A139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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