Html Css Color HEX #8F0380 Dark Magenta

📋 copy color: '#8F0380'

red 143 ◦ green 3 ◦ blue 128

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

Shades of Dark Magenta #8F0380

Tints of Dark Magenta #8F0380

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.09%

 BLUE value IS 128 (50.39% from 255) = 46.72%

R = 52.19%
G = 1.09%
B = 46.72%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.10

 K value IS 0.44

RGB Variations

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

Color information

#8F0380 (or 0x8F0380) is known color: Dark Magenta. HEX triplet: 8F, 03 and 80. RGB value is (143,3,128). Sum of RGB (Red+Green+Blue) = 143+3+128=274 (36% of max value = 765). Red value is 143 (56.25% from 255 or 52.19% from 274); Green value is 3 (1.56% from 255 or 1.09% from 274); Blue value is 128 (50.39% from 255 or 46.72% from 274); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0380 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0380 is #70FC7F. Grayscale: #3A3A3A. Windows color (decimal): -7404672 or 8389519. OLE color: 8389519.

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

Color convert

RGB 143 3 128 -
CMYK 0 0.98 0.10 0.44
HSL 306.43º 0.96% 0.29% -
HSV(B) 306.43º 0.98% 0.56% -
XYZ 15.26 7.46 21.06 -
YUV 59.11 166.88 187.84 -
System Red Green Blue C M Y K H S L
Decimal 143 3 128 0 0.98 0.10 0.44 306.43 0.96 0.29
Hex 8F 3 80 0 62 A 2C 132 60 1D
Octal 217 3 200 0 142 12 54 462 140 35
Binary 10001111 11 10000000 0 1100010 1010 101100 100110010 1100000 11101

Color Harmonies of #8F0380

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0380

Black with #8F0380

Text Example


Text Example

White with #8F0380

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,3,128); }

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

background-color css

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

 a { background-color: rgb(143,3,128); }

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

border-color css

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

 span { border-color: rgb(143,3,128); }

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