Html Css Color HEX #8F058C Dark Magenta

📋 copy color: '#8F058C'

red 143 ◦ green 5 ◦ blue 140

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

Shades of Dark Magenta #8F058C

Tints of Dark Magenta #8F058C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.74%

 BLUE value IS 140 (55.08% from 255) = 48.61%

R = 49.65%
G = 1.74%
B = 48.61%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F058C (or 0x8F058C) is known color: Dark Magenta. HEX triplet: 8F, 05 and 8C. RGB value is (143,5,140). Sum of RGB (Red+Green+Blue) = 143+5+140=288 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.65% from 288); Green value is 5 (2.34% from 255 or 1.74% from 288); Blue value is 140 (55.08% from 255 or 48.61% from 288); Max value from RGB is 143 - color contains mainly: red. Hex color #8F058C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F058C is #70FA73. Grayscale: #3D3D3D. Windows color (decimal): -7404148 or 9176463. OLE color: 9176463.

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

Color convert

RGB 143 5 140 -
CMYK 0 0.97 0.02 0.44
HSL 301.3º 0.93% 0.29% -
HSV(B) 301.3º 0.97% 0.56% -
XYZ 16.12 7.84 25.48 -
YUV 61.65 172.22 186.02 -
System Red Green Blue C M Y K H S L
Decimal 143 5 140 0 0.97 0.02 0.44 301.3 0.93 0.29
Hex 8F 5 8C 0 61 2 2C 12D 5D 1D
Octal 217 5 214 0 141 2 54 455 135 35
Binary 10001111 101 10001100 0 1100001 10 101100 100101101 1011101 11101

Color Harmonies of #8F058C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F058C

Black with #8F058C

Text Example


Text Example

White with #8F058C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,5,140); }

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

background-color css

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

 a { background-color: rgb(143,5,140); }

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

border-color css

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

 span { border-color: rgb(143,5,140); }

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