Html Css Color HEX #8F059E Dark Magenta

📋 copy color: '#8F059E'

red 143 ◦ green 5 ◦ blue 158

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

Shades of Dark Magenta #8F059E

Tints of Dark Magenta #8F059E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 51.63%

R = 46.73%
G = 1.63%
B = 51.63%

CMYK

 C value IS 0.09

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F059E (or 0x8F059E) is known color: Dark Magenta. HEX triplet: 8F, 05 and 9E. RGB value is (143,5,158). Sum of RGB (Red+Green+Blue) = 143+5+158=306 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.73% from 306); Green value is 5 (2.34% from 255 or 1.63% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #8F059E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F059E is #70FA61. Grayscale: #3F3F3F. Windows color (decimal): -7404130 or 10356111. OLE color: 10356111.

HSL color Cylindrical-coordinate representation of color #8F059E: hue angle of 294.12º 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 #8F059E is Cyan = 0.09, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 5 158 -
CMYK 0.09 0.97 0 0.38
HSL 294.12º 0.94% 0.32% -
HSV(B) 294.12º 0.97% 0.62% -
XYZ 17.55 8.42 33.05 -
YUV 63.7 181.22 184.56 -
System Red Green Blue C M Y K H S L
Decimal 143 5 158 0.09 0.97 0 0.38 294.12 0.94 0.32
Hex 8F 5 9E 9 61 0 26 126 5E 20
Octal 217 5 236 11 141 0 46 446 136 40
Binary 10001111 101 10011110 1001 1100001 0 100110 100100110 1011110 100000

Color Harmonies of #8F059E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F059E

Black with #8F059E

Text Example


Text Example

White with #8F059E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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