Html Css Color HEX #8A1699 Dark Magenta

📋 copy color: '#8A1699'

red 138 ◦ green 22 ◦ blue 153

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

Shades of Dark Magenta #8A1699

Tints of Dark Magenta #8A1699

RGB

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

 GREEN value IS 22 (8.98% from 255) = 7.03%

 BLUE value IS 153 (60.16% from 255) = 48.88%

R = 44.09%
G = 7.03%
B = 48.88%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8A1699 (or 0x8A1699) is known color: Dark Magenta. HEX triplet: 8A, 16 and 99. RGB value is (138,22,153). Sum of RGB (Red+Green+Blue) = 138+22+153=313 (41% of max value = 765). Red value is 138 (54.30% from 255 or 44.09% from 313); Green value is 22 (8.98% from 255 or 7.03% from 313); Blue value is 153 (60.16% from 255 or 48.88% from 313); Max value from RGB is 153 - color contains mainly: blue. Hex color #8A1699 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1699 is #75E966. Grayscale: #474747. Windows color (decimal): -7727463 or 10032778. OLE color: 10032778.

HSL color Cylindrical-coordinate representation of color #8A1699: hue angle of 293.13º degrees, saturation: 0.75, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8A1699 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 138 22 153 -
CMYK 0.10 0.86 0 0.4
HSL 293.13º 0.75% 0.34% -
HSV(B) 293.13º 0.86% 0.6% -
XYZ 16.52 8.28 30.86 -
YUV 71.62 173.93 175.35 -
System Red Green Blue C M Y K H S L
Decimal 138 22 153 0.10 0.86 0 0.4 293.13 0.75 0.34
Hex 8A 16 99 A 56 0 28 125 4B 22
Octal 212 26 231 12 126 0 50 445 113 42
Binary 10001010 10110 10011001 1010 1010110 0 101000 100100101 1001011 100010

Color Harmonies of #8A1699

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1699

Black with #8A1699

Text Example


Text Example

White with #8A1699

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,22,153); }

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

background-color css

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

 a { background-color: rgb(138,22,153); }

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

border-color css

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

 span { border-color: rgb(138,22,153); }

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