Html Css Color HEX #8F00AE Dark Magenta

📋 copy color: '#8F00AE'

red 143 ◦ green 0 ◦ blue 174

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

Shades of Dark Magenta #8F00AE

Tints of Dark Magenta #8F00AE

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 174 (68.36% from 255) = 54.89%

R = 45.11%
G = 0%
B = 54.89%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F00AE (or 0x8F00AE) is known color: Dark Magenta. HEX triplet: 8F, 00 and AE. RGB value is (143,0,174). Sum of RGB (Red+Green+Blue) = 143+0+174=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 0 (0.39% from 255 or 0% from 317); Blue value is 174 (68.36% from 255 or 54.89% from 317); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F00AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F00AE is #70FF51. Grayscale: #3E3E3E. Windows color (decimal): -7405394 or 11403407. OLE color: 11403407.

HSL color Cylindrical-coordinate representation of color #8F00AE: hue angle of 289.31º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F00AE is Cyan = 0.18, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 143 0 174 -
CMYK 0.18 1 0 0.32
HSL 289.31º 1% 0.34% -
HSV(B) 289.31º 1% 0.68% -
XYZ 18.97 8.9 40.76 -
YUV 62.59 190.88 185.35 -
System Red Green Blue C M Y K H S L
Decimal 143 0 174 0.18 1 0 0.32 289.31 1 0.34
Hex 8F 0 AE 12 64 0 20 121 64 22
Octal 217 0 256 22 144 0 40 441 144 42
Binary 10001111 0 10101110 10010 1100100 0 100000 100100001 1100100 100010

Color Harmonies of #8F00AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F00AE

Black with #8F00AE

Text Example


Text Example

White with #8F00AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,174); }

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

background-color css

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

 a { background-color: rgb(143,0,174); }

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

border-color css

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

 span { border-color: rgb(143,0,174); }

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