Html Css Color HEX #8F048E Dark Magenta

📋 copy color: '#8F048E'

red 143 ◦ green 4 ◦ blue 142

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

Shades of Dark Magenta #8F048E

Tints of Dark Magenta #8F048E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.38%

 BLUE value IS 142 (55.86% from 255) = 49.13%

R = 49.48%
G = 1.38%
B = 49.13%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F048E (or 0x8F048E) is known color: Dark Magenta. HEX triplet: 8F, 04 and 8E. RGB value is (143,4,142). Sum of RGB (Red+Green+Blue) = 143+4+142=289 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.48% from 289); Green value is 4 (1.95% from 255 or 1.38% from 289); Blue value is 142 (55.86% from 255 or 49.13% from 289); Max value from RGB is 143 - color contains mainly: red. Hex color #8F048E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F048E is #70FB71. Grayscale: #3C3C3C. Windows color (decimal): -7404402 or 9307279. OLE color: 9307279.

HSL color Cylindrical-coordinate representation of color #8F048E: hue angle of 300.43º degrees, saturation: 0.95, 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 #8F048E is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 4 142 -
CMYK 0 0.97 0.01 0.44
HSL 300.43º 0.95% 0.29% -
HSV(B) 300.43º 0.97% 0.56% -
XYZ 16.25 7.88 26.26 -
YUV 61.29 173.55 186.28 -
System Red Green Blue C M Y K H S L
Decimal 143 4 142 0 0.97 0.01 0.44 300.43 0.95 0.29
Hex 8F 4 8E 0 61 1 2C 12C 5F 1D
Octal 217 4 216 0 141 1 54 454 137 35
Binary 10001111 100 10001110 0 1100001 1 101100 100101100 1011111 11101

Color Harmonies of #8F048E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F048E

Black with #8F048E

Text Example


Text Example

White with #8F048E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,4,142); }

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

background-color css

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

 a { background-color: rgb(143,4,142); }

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

border-color css

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

 span { border-color: rgb(143,4,142); }

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