Html Css Color HEX #8F059F Dark Magenta

📋 copy color: '#8F059F'

red 143 ◦ green 5 ◦ blue 159

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

Shades of Dark Magenta #8F059F

Tints of Dark Magenta #8F059F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 51.79%

R = 46.58%
G = 1.63%
B = 51.79%

CMYK

 C value IS 0.10

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F059F (or 0x8F059F) is known color: Dark Magenta. HEX triplet: 8F, 05 and 9F. RGB value is (143,5,159). Sum of RGB (Red+Green+Blue) = 143+5+159=307 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.58% from 307); Green value is 5 (2.34% from 255 or 1.63% from 307); Blue value is 159 (62.5% from 255 or 51.79% from 307); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F059F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F059F is #70FA60. Grayscale: #3F3F3F. Windows color (decimal): -7404129 or 10421647. OLE color: 10421647.

HSL color Cylindrical-coordinate representation of color #8F059F: hue angle of 293.77º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8F059F is Cyan = 0.10, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 5 159 -
CMYK 0.10 0.97 0 0.38
HSL 293.77º 0.94% 0.32% -
HSV(B) 293.77º 0.97% 0.62% -
XYZ 17.64 8.45 33.5 -
YUV 63.82 181.72 184.48 -
System Red Green Blue C M Y K H S L
Decimal 143 5 159 0.10 0.97 0 0.38 293.77 0.94 0.32
Hex 8F 5 9F A 61 0 26 126 5E 20
Octal 217 5 237 12 141 0 46 446 136 40
Binary 10001111 101 10011111 1010 1100001 0 100110 100100110 1011110 100000

Color Harmonies of #8F059F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F059F

Black with #8F059F

Text Example


Text Example

White with #8F059F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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