Html Css Color HEX #8F0881 Dark Magenta

📋 copy color: '#8F0881'

red 143 ◦ green 8 ◦ blue 129

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

Shades of Dark Magenta #8F0881

Tints of Dark Magenta #8F0881

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.86%

 BLUE value IS 129 (50.78% from 255) = 46.07%

R = 51.07%
G = 2.86%
B = 46.07%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F0881 (or 0x8F0881) is known color: Dark Magenta. HEX triplet: 8F, 08 and 81. RGB value is (143,8,129). Sum of RGB (Red+Green+Blue) = 143+8+129=280 (37% of max value = 765). Red value is 143 (56.25% from 255 or 51.07% from 280); Green value is 8 (3.52% from 255 or 2.86% from 280); Blue value is 129 (50.78% from 255 or 46.07% from 280); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0881 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0881 is #70F77E. Grayscale: #3D3D3D. Windows color (decimal): -7403391 or 8456335. OLE color: 8456335.

HSL color Cylindrical-coordinate representation of color #8F0881: hue angle of 306.22º degrees, saturation: 0.89, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0881 is Cyan = 0, Magento = 0.94, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 129 -
CMYK 0 0.94 0.10 0.44
HSL 306.22º 0.89% 0.3% -
HSV(B) 306.22º 0.94% 0.56% -
XYZ 15.38 7.6 21.43 -
YUV 62.16 165.73 185.66 -
System Red Green Blue C M Y K H S L
Decimal 143 8 129 0 0.94 0.10 0.44 306.22 0.89 0.3
Hex 8F 8 81 0 5E A 2C 132 59 1E
Octal 217 10 201 0 136 12 54 462 131 36
Binary 10001111 1000 10000001 0 1011110 1010 101100 100110010 1011001 11110

Color Harmonies of #8F0881

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0881

Black with #8F0881

Text Example


Text Example

White with #8F0881

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,8,129); }

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

background-color css

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

 a { background-color: rgb(143,8,129); }

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

border-color css

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

 span { border-color: rgb(143,8,129); }

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