Html Css Color HEX #8F04AE Dark Magenta

📋 copy color: '#8F04AE'

red 143 ◦ green 4 ◦ blue 174

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

Shades of Dark Magenta #8F04AE

Tints of Dark Magenta #8F04AE

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.25%

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

R = 44.55%
G = 1.25%
B = 54.21%

CMYK

 C value IS 0.18

 M value IS 0.98

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F04AE (or 0x8F04AE) is known color: Dark Magenta. HEX triplet: 8F, 04 and AE. RGB value is (143,4,174). Sum of RGB (Red+Green+Blue) = 143+4+174=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 4 (1.95% from 255 or 1.25% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F04AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F04AE is #70FB51. Grayscale: #404040. Windows color (decimal): -7404370 or 11404431. OLE color: 11404431.

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

Color convert

RGB 143 4 174 -
CMYK 0.18 0.98 0 0.32
HSL 289.06º 0.96% 0.35% -
HSV(B) 289.06º 0.98% 0.68% -
XYZ 19.01 8.98 40.78 -
YUV 64.94 189.55 183.68 -
System Red Green Blue C M Y K H S L
Decimal 143 4 174 0.18 0.98 0 0.32 289.06 0.96 0.35
Hex 8F 4 AE 12 62 0 20 121 60 23
Octal 217 4 256 22 142 0 40 441 140 43
Binary 10001111 100 10101110 10010 1100010 0 100000 100100001 1100000 100011

Color Harmonies of #8F04AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F04AE

Black with #8F04AE

Text Example


Text Example

White with #8F04AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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