Html Css Color HEX #8F0E81 Dark Magenta

📋 copy color: '#8F0E81'

red 143 ◦ green 14 ◦ blue 129

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

Shades of Dark Magenta #8F0E81

Tints of Dark Magenta #8F0E81

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.9%

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

R = 50%
G = 4.9%
B = 45.1%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F0E81 (or 0x8F0E81) is known color: Dark Magenta. HEX triplet: 8F, 0E and 81. RGB value is (143,14,129). Sum of RGB (Red+Green+Blue) = 143+14+129=286 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50% from 286); Green value is 14 (5.86% from 255 or 4.90% from 286); Blue value is 129 (50.78% from 255 or 45.10% from 286); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E81 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0E81 is #70F17E. Grayscale: #414141. Windows color (decimal): -7401855 or 8457871. OLE color: 8457871.

HSL color Cylindrical-coordinate representation of color #8F0E81: hue angle of 306.51º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E81 is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 14 129 -
CMYK 0 0.90 0.10 0.44
HSL 306.51º 0.82% 0.31% -
HSV(B) 306.51º 0.9% 0.56% -
XYZ 15.45 7.74 21.45 -
YUV 65.68 163.74 183.15 -
System Red Green Blue C M Y K H S L
Decimal 143 14 129 0 0.90 0.10 0.44 306.51 0.82 0.31
Hex 8F E 81 0 5A A 2C 133 52 1F
Octal 217 16 201 0 132 12 54 463 122 37
Binary 10001111 1110 10000001 0 1011010 1010 101100 100110011 1010010 11111

Color Harmonies of #8F0E81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E81

Black with #8F0E81

Text Example


Text Example

White with #8F0E81

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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