Html Css Color HEX #8A179E Dark Magenta

📋 copy color: '#8A179E'

red 138 ◦ green 23 ◦ blue 158

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

Shades of Dark Magenta #8A179E

Tints of Dark Magenta #8A179E

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.21%

 BLUE value IS 158 (62.11% from 255) = 49.53%

R = 43.26%
G = 7.21%
B = 49.53%

CMYK

 C value IS 0.13

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A179E (or 0x8A179E) is known color: Dark Magenta. HEX triplet: 8A, 17 and 9E. RGB value is (138,23,158). Sum of RGB (Red+Green+Blue) = 138+23+158=319 (42% of max value = 765). Red value is 138 (54.30% from 255 or 43.26% from 319); Green value is 23 (9.38% from 255 or 7.21% from 319); Blue value is 158 (62.11% from 255 or 49.53% from 319); Max value from RGB is 158 - color contains mainly: blue. Hex color #8A179E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A179E is #75E861. Grayscale: #484848. Windows color (decimal): -7727202 or 10360714. OLE color: 10360714.

HSL color Cylindrical-coordinate representation of color #8A179E: hue angle of 291.11º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #8A179E is Cyan = 0.13, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 23 158 -
CMYK 0.13 0.85 0 0.38
HSL 291.11º 0.75% 0.35% -
HSV(B) 291.11º 0.85% 0.62% -
XYZ 16.96 8.48 33.09 -
YUV 72.78 176.1 174.52 -
System Red Green Blue C M Y K H S L
Decimal 138 23 158 0.13 0.85 0 0.38 291.11 0.75 0.35
Hex 8A 17 9E D 55 0 26 123 4B 23
Octal 212 27 236 15 125 0 46 443 113 43
Binary 10001010 10111 10011110 1101 1010101 0 100110 100100011 1001011 100011

Color Harmonies of #8A179E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A179E

Black with #8A179E

Text Example


Text Example

White with #8A179E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,23,158); }

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

background-color css

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

 a { background-color: rgb(138,23,158); }

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

border-color css

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

 span { border-color: rgb(138,23,158); }

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