Html Css Color HEX #8F07AC Dark Magenta

📋 copy color: '#8F07AC'

red 143 ◦ green 7 ◦ blue 172

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

Shades of Dark Magenta #8F07AC

Tints of Dark Magenta #8F07AC

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.17%

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

R = 44.41%
G = 2.17%
B = 53.42%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F07AC (or 0x8F07AC) is known color: Dark Magenta. HEX triplet: 8F, 07 and AC. RGB value is (143,7,172). Sum of RGB (Red+Green+Blue) = 143+7+172=322 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.41% from 322); Green value is 7 (3.12% from 255 or 2.17% from 322); Blue value is 172 (67.58% from 255 or 53.42% from 322); Max value from RGB is 172 - color contains mainly: blue. Hex color #8F07AC is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F07AC is #70F853. Grayscale: #414141. Windows color (decimal): -7403604 or 11274127. OLE color: 11274127.

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

Color convert

RGB 143 7 172 -
CMYK 0.17 0.96 0 0.33
HSL 289.45º 0.92% 0.35% -
HSV(B) 289.45º 0.96% 0.67% -
XYZ 18.85 8.97 39.77 -
YUV 66.47 187.56 182.58 -
System Red Green Blue C M Y K H S L
Decimal 143 7 172 0.17 0.96 0 0.33 289.45 0.92 0.35
Hex 8F 7 AC 11 60 0 21 121 5C 23
Octal 217 7 254 21 140 0 41 441 134 43
Binary 10001111 111 10101100 10001 1100000 0 100001 100100001 1011100 100011

Color Harmonies of #8F07AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F07AC

Black with #8F07AC

Text Example


Text Example

White with #8F07AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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