Html Css Color HEX #8F1491 Dark Magenta

📋 copy color: '#8F1491'

red 143 ◦ green 20 ◦ blue 145

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

Shades of Dark Magenta #8F1491

Tints of Dark Magenta #8F1491

RGB

 RED value IS 143 (56.25% from 255) = 46.43%

 GREEN value IS 20 (8.2% from 255) = 6.49%

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

R = 46.43%
G = 6.49%
B = 47.08%

CMYK

 C value IS 0.01

 M value IS 0.86

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#8F1491 (or 0x8F1491) is known color: Dark Magenta. HEX triplet: 8F, 14 and 91. RGB value is (143,20,145). Sum of RGB (Red+Green+Blue) = 143+20+145=308 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.43% from 308); Green value is 20 (8.20% from 255 or 6.49% from 308); Blue value is 145 (57.03% from 255 or 47.08% from 308); Max value from RGB is 145 - color contains mainly: blue. Hex color #8F1491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1491 is #70EB6E. Grayscale: #464646. Windows color (decimal): -7400303 or 9507983. OLE color: 9507983.

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

Color convert

RGB 143 20 145 -
CMYK 0.01 0.86 0 0.43
HSL 299.04º 0.76% 0.32% -
HSV(B) 299.04º 0.86% 0.57% -
XYZ 16.69 8.38 27.53 -
YUV 71.03 169.75 179.34 -
System Red Green Blue C M Y K H S L
Decimal 143 20 145 0.01 0.86 0 0.43 299.04 0.76 0.32
Hex 8F 14 91 1 56 0 2B 12B 4C 20
Octal 217 24 221 1 126 0 53 453 114 40
Binary 10001111 10100 10010001 1 1010110 0 101011 100101011 1001100 100000

Color Harmonies of #8F1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1491

Black with #8F1491

Text Example


Text Example

White with #8F1491

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,20,145); }

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

background-color css

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

 a { background-color: rgb(143,20,145); }

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

border-color css

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

 span { border-color: rgb(143,20,145); }

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