Html Css Color HEX #8A1191 Dark Magenta

📋 copy color: '#8A1191'

red 138 ◦ green 17 ◦ blue 145

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

Shades of Dark Magenta #8A1191

Tints of Dark Magenta #8A1191

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.67%

 BLUE value IS 145 (57.03% from 255) = 48.33%

R = 46%
G = 5.67%
B = 48.33%

CMYK

 C value IS 0.05

 M value IS 0.88

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8A1191 (or 0x8A1191) is known color: Dark Magenta. HEX triplet: 8A, 11 and 91. RGB value is (138,17,145). Sum of RGB (Red+Green+Blue) = 138+17+145=300 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46% from 300); Green value is 17 (7.03% from 255 or 5.67% from 300); Blue value is 145 (57.03% from 255 or 48.33% from 300); Max value from RGB is 145 - color contains mainly: blue. Hex color #8A1191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8A1191 is #75EE6E. Grayscale: #434343. Windows color (decimal): -7728751 or 9507210. OLE color: 9507210.

HSL color Cylindrical-coordinate representation of color #8A1191: hue angle of 296.72º degrees, saturation: 0.79, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8A1191 is Cyan = 0.05, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 138 17 145 -
CMYK 0.05 0.88 0 0.43
HSL 296.72º 0.79% 0.32% -
HSV(B) 296.72º 0.88% 0.57% -
XYZ 15.79 7.85 27.47 -
YUV 67.77 171.59 178.09 -
System Red Green Blue C M Y K H S L
Decimal 138 17 145 0.05 0.88 0 0.43 296.72 0.79 0.32
Hex 8A 11 91 5 58 0 2B 129 4F 20
Octal 212 21 221 5 130 0 53 451 117 40
Binary 10001010 10001 10010001 101 1011000 0 101011 100101001 1001111 100000

Color Harmonies of #8A1191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8A1191

Black with #8A1191

Text Example


Text Example

White with #8A1191

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(138,17,145); }

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

background-color css

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

 a { background-color: rgb(138,17,145); }

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

border-color css

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

 span { border-color: rgb(138,17,145); }

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