Html Css Color HEX #8F059C Dark Magenta

📋 copy color: '#8F059C'

red 143 ◦ green 5 ◦ blue 156

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

Shades of Dark Magenta #8F059C

Tints of Dark Magenta #8F059C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 51.32%

R = 47.04%
G = 1.64%
B = 51.32%

CMYK

 C value IS 0.08

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F059C (or 0x8F059C) is known color: Dark Magenta. HEX triplet: 8F, 05 and 9C. RGB value is (143,5,156). Sum of RGB (Red+Green+Blue) = 143+5+156=304 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.04% from 304); Green value is 5 (2.34% from 255 or 1.64% from 304); Blue value is 156 (61.33% from 255 or 51.32% from 304); Max value from RGB is 156 - color contains mainly: blue. Hex color #8F059C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F059C is #70FA63. Grayscale: #3F3F3F. Windows color (decimal): -7404132 or 10225039. OLE color: 10225039.

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

Color convert

RGB 143 5 156 -
CMYK 0.08 0.97 0 0.39
HSL 294.83º 0.94% 0.32% -
HSV(B) 294.83º 0.97% 0.61% -
XYZ 17.38 8.35 32.15 -
YUV 63.48 180.22 184.72 -
System Red Green Blue C M Y K H S L
Decimal 143 5 156 0.08 0.97 0 0.39 294.83 0.94 0.32
Hex 8F 5 9C 8 61 0 27 127 5E 20
Octal 217 5 234 10 141 0 47 447 136 40
Binary 10001111 101 10011100 1000 1100001 0 100111 100100111 1011110 100000

Color Harmonies of #8F059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F059C

Black with #8F059C

Text Example


Text Example

White with #8F059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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