Html Css Color HEX #8A109F Dark Magenta

📋 copy color: '#8A109F'

red 138 ◦ green 16 ◦ blue 159

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

Shades of Dark Magenta #8A109F

Tints of Dark Magenta #8A109F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.11%

 BLUE value IS 159 (62.5% from 255) = 50.8%

R = 44.09%
G = 5.11%
B = 50.8%

CMYK

 C value IS 0.13

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8A109F (or 0x8A109F) is known color: Dark Magenta. HEX triplet: 8A, 10 and 9F. RGB value is (138,16,159). Sum of RGB (Red+Green+Blue) = 138+16+159=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 16 (6.64% from 255 or 5.11% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #8A109F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A109F is #75EF60. Grayscale: #444444. Windows color (decimal): -7728993 or 10424458. OLE color: 10424458.

HSL color Cylindrical-coordinate representation of color #8A109F: hue angle of 291.19º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8A109F is Cyan = 0.13, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 138 16 159 -
CMYK 0.13 0.90 0 0.38
HSL 291.19º 0.82% 0.34% -
HSV(B) 291.19º 0.9% 0.62% -
XYZ 16.92 8.28 33.51 -
YUV 68.78 178.92 177.37 -
System Red Green Blue C M Y K H S L
Decimal 138 16 159 0.13 0.90 0 0.38 291.19 0.82 0.34
Hex 8A 10 9F D 5A 0 26 123 52 22
Octal 212 20 237 15 132 0 46 443 122 42
Binary 10001010 10000 10011111 1101 1011010 0 100110 100100011 1010010 100010

Color Harmonies of #8A109F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A109F

Black with #8A109F

Text Example


Text Example

White with #8A109F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,16,159); }

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

background-color css

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

 a { background-color: rgb(138,16,159); }

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

border-color css

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

 span { border-color: rgb(138,16,159); }

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