Html Css Color HEX #8F0FAC Dark Magenta

📋 copy color: '#8F0FAC'

red 143 ◦ green 15 ◦ blue 172

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

Shades of Dark Magenta #8F0FAC

Tints of Dark Magenta #8F0FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 4.55%

 BLUE value IS 172 (67.58% from 255) = 52.12%

R = 43.33%
G = 4.55%
B = 52.12%

CMYK

 C value IS 0.17

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F0FAC (or 0x8F0FAC) is known color: Dark Magenta. HEX triplet: 8F, 0F and AC. RGB value is (143,15,172). Sum of RGB (Red+Green+Blue) = 143+15+172=330 (43% of max value = 765). Red value is 143 (56.25% from 255 or 43.33% from 330); Green value is 15 (6.25% from 255 or 4.55% from 330); Blue value is 172 (67.58% from 255 or 52.12% from 330); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F0FAC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0FAC is #70F053. Grayscale: #464646. Windows color (decimal): -7401556 or 11276175. OLE color: 11276175.

HSL color Cylindrical-coordinate representation of color #8F0FAC: hue angle of 288.92º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #8F0FAC is Cyan = 0.17, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 15 172 -
CMYK 0.17 0.91 0 0.33
HSL 288.92º 0.84% 0.37% -
HSV(B) 288.92º 0.91% 0.67% -
XYZ 18.94 9.16 39.8 -
YUV 71.17 184.91 179.23 -
System Red Green Blue C M Y K H S L
Decimal 143 15 172 0.17 0.91 0 0.33 288.92 0.84 0.37
Hex 8F F AC 11 5B 0 21 121 54 25
Octal 217 17 254 21 133 0 41 441 124 45
Binary 10001111 1111 10101100 10001 1011011 0 100001 100100001 1010100 100101

Color Harmonies of #8F0FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0FAC

Black with #8F0FAC

Text Example


Text Example

White with #8F0FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,15,172); }

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

background-color css

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

 a { background-color: rgb(143,15,172); }

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

border-color css

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

 span { border-color: rgb(143,15,172); }

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