Html Css Color HEX #8F17AA Dark Magenta

📋 copy color: '#8F17AA'

red 143 ◦ green 23 ◦ blue 170

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

Shades of Dark Magenta #8F17AA

Tints of Dark Magenta #8F17AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 50.6%

R = 42.56%
G = 6.85%
B = 50.6%

CMYK

 C value IS 0.16

 M value IS 0.86

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F17AA (or 0x8F17AA) is known color: Dark Magenta. HEX triplet: 8F, 17 and AA. RGB value is (143,23,170). Sum of RGB (Red+Green+Blue) = 143+23+170=336 (44% of max value = 765). Red value is 143 (56.25% from 255 or 42.56% from 336); Green value is 23 (9.38% from 255 or 6.85% from 336); Blue value is 170 (66.80% from 255 or 50.60% from 336); Max value from RGB is 170 - color contains mainly: blue. Hex color #8F17AA is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F17AA is #70E855. Grayscale: #4B4B4B. Windows color (decimal): -7399510 or 11147151. OLE color: 11147151.

HSL color Cylindrical-coordinate representation of color #8F17AA: hue angle of 288.98º degrees, saturation: 0.76, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8F17AA is Cyan = 0.16, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 23 170 -
CMYK 0.16 0.86 0 0.33
HSL 288.98º 0.76% 0.38% -
HSV(B) 288.98º 0.86% 0.67% -
XYZ 18.89 9.35 38.84 -
YUV 75.64 181.26 176.05 -
System Red Green Blue C M Y K H S L
Decimal 143 23 170 0.16 0.86 0 0.33 288.98 0.76 0.38
Hex 8F 17 AA 10 56 0 21 121 4C 26
Octal 217 27 252 20 126 0 41 441 114 46
Binary 10001111 10111 10101010 10000 1010110 0 100001 100100001 1001100 100110

Color Harmonies of #8F17AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F17AA

Black with #8F17AA

Text Example


Text Example

White with #8F17AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,23,170); }

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

background-color css

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

 a { background-color: rgb(143,23,170); }

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

border-color css

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

 span { border-color: rgb(143,23,170); }

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