Html Css Color HEX #8F07AB Dark Magenta

📋 copy color: '#8F07AB'

red 143 ◦ green 7 ◦ blue 171

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

Shades of Dark Magenta #8F07AB

Tints of Dark Magenta #8F07AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 53.27%

R = 44.55%
G = 2.18%
B = 53.27%

CMYK

 C value IS 0.16

 M value IS 0.96

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#8F07AB (or 0x8F07AB) is known color: Dark Magenta. HEX triplet: 8F, 07 and AB. RGB value is (143,7,171). Sum of RGB (Red+Green+Blue) = 143+7+171=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 7 (3.12% from 255 or 2.18% from 321); Blue value is 171 (67.19% from 255 or 53.27% from 321); Max value from RGB is 171 - color contains mainly: blue. Hex color #8F07AB is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F07AB is #70F854. Grayscale: #414141. Windows color (decimal): -7403605 or 11208591. OLE color: 11208591.

HSL color Cylindrical-coordinate representation of color #8F07AB: hue angle of 289.76º 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 #8F07AB is Cyan = 0.16, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 143 7 171 -
CMYK 0.16 0.96 0 0.33
HSL 289.76º 0.92% 0.35% -
HSV(B) 289.76º 0.96% 0.67% -
XYZ 18.75 8.93 39.26 -
YUV 66.36 187.06 182.66 -
System Red Green Blue C M Y K H S L
Decimal 143 7 171 0.16 0.96 0 0.33 289.76 0.92 0.35
Hex 8F 7 AB 10 60 0 21 122 5C 23
Octal 217 7 253 20 140 0 41 442 134 43
Binary 10001111 111 10101011 10000 1100000 0 100001 100100010 1011100 100011

Color Harmonies of #8F07AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F07AB

Black with #8F07AB

Text Example


Text Example

White with #8F07AB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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