Html Css Color HEX #8A159B Dark Magenta

📋 copy color: '#8A159B'

red 138 ◦ green 21 ◦ blue 155

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

Shades of Dark Magenta #8A159B

Tints of Dark Magenta #8A159B

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.69%

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

R = 43.95%
G = 6.69%
B = 49.36%

CMYK

 C value IS 0.11

 M value IS 0.86

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8A159B (or 0x8A159B) is known color: Dark Magenta. HEX triplet: 8A, 15 and 9B. RGB value is (138,21,155). Sum of RGB (Red+Green+Blue) = 138+21+155=314 (41% of max value = 765). Red value is 138 (54.30% from 255 or 43.95% from 314); Green value is 21 (8.59% from 255 or 6.69% from 314); Blue value is 155 (60.94% from 255 or 49.36% from 314); Max value from RGB is 155 - color contains mainly: blue. Hex color #8A159B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A159B is #75EA64. Grayscale: #464646. Windows color (decimal): -7727717 or 10163594. OLE color: 10163594.

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

Color convert

RGB 138 21 155 -
CMYK 0.11 0.86 0 0.39
HSL 292.39º 0.76% 0.35% -
HSV(B) 292.39º 0.86% 0.61% -
XYZ 16.67 8.31 31.74 -
YUV 71.26 175.26 175.6 -
System Red Green Blue C M Y K H S L
Decimal 138 21 155 0.11 0.86 0 0.39 292.39 0.76 0.35
Hex 8A 15 9B B 56 0 27 124 4C 23
Octal 212 25 233 13 126 0 47 444 114 43
Binary 10001010 10101 10011011 1011 1010110 0 100111 100100100 1001100 100011

Color Harmonies of #8A159B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A159B

Black with #8A159B

Text Example


Text Example

White with #8A159B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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