Html Css Color HEX #8F027C Dark Magenta

📋 copy color: '#8F027C'

red 143 ◦ green 2 ◦ blue 124

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

Shades of Dark Magenta #8F027C

Tints of Dark Magenta #8F027C

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

 BLUE value IS 124 (48.83% from 255) = 46.1%

R = 53.16%
G = 0.74%
B = 46.1%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.13

 K value IS 0.44

RGB Variations

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

Color information

#8F027C (or 0x8F027C) is known color: Dark Magenta. HEX triplet: 8F, 02 and 7C. RGB value is (143,2,124). Sum of RGB (Red+Green+Blue) = 143+2+124=269 (35% of max value = 765). Red value is 143 (56.25% from 255 or 53.16% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 124 (48.83% from 255 or 46.10% from 269); Max value from RGB is 143 - color contains mainly: red. Hex color #8F027C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F027C is #70FD83. Grayscale: #393939. Windows color (decimal): -7404932 or 8127119. OLE color: 8127119.

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

Color convert

RGB 143 2 124 -
CMYK 0 0.99 0.13 0.44
HSL 308.09º 0.97% 0.28% -
HSV(B) 308.09º 0.99% 0.56% -
XYZ 14.99 7.34 19.7 -
YUV 58.07 165.21 188.58 -
System Red Green Blue C M Y K H S L
Decimal 143 2 124 0 0.99 0.13 0.44 308.09 0.97 0.28
Hex 8F 2 7C 0 63 D 2C 134 61 1C
Octal 217 2 174 0 143 15 54 464 141 34
Binary 10001111 10 1111100 0 1100011 1101 101100 100110100 1100001 11100

Color Harmonies of #8F027C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F027C

Black with #8F027C

Text Example


Text Example

White with #8F027C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,2,124); }

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

background-color css

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

 a { background-color: rgb(143,2,124); }

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

border-color css

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

 span { border-color: rgb(143,2,124); }

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