Html Css Color HEX #8F02AE Dark Magenta

📋 copy color: '#8F02AE'

red 143 ◦ green 2 ◦ blue 174

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

Shades of Dark Magenta #8F02AE

Tints of Dark Magenta #8F02AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.63%

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

R = 44.83%
G = 0.63%
B = 54.55%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#8F02AE (or 0x8F02AE) is known color: Dark Magenta. HEX triplet: 8F, 02 and AE. RGB value is (143,2,174). Sum of RGB (Red+Green+Blue) = 143+2+174=319 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.83% from 319); Green value is 2 (1.17% from 255 or 0.63% from 319); Blue value is 174 (68.36% from 255 or 54.55% from 319); Max value from RGB is 174 - color contains mainly: blue. Hex color #8F02AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F02AE is #70FD51. Grayscale: #3F3F3F. Windows color (decimal): -7404882 or 11403919. OLE color: 11403919.

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

Color convert

RGB 143 2 174 -
CMYK 0.18 0.99 0 0.32
HSL 289.19º 0.98% 0.35% -
HSV(B) 289.19º 0.99% 0.68% -
XYZ 18.99 8.94 40.77 -
YUV 63.77 190.21 184.51 -
System Red Green Blue C M Y K H S L
Decimal 143 2 174 0.18 0.99 0 0.32 289.19 0.98 0.35
Hex 8F 2 AE 12 63 0 20 121 62 23
Octal 217 2 256 22 143 0 40 441 142 43
Binary 10001111 10 10101110 10010 1100011 0 100000 100100001 1100010 100011

Color Harmonies of #8F02AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F02AE

Black with #8F02AE

Text Example


Text Example

White with #8F02AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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