Html Css Color HEX #8F007F Dark Magenta

📋 copy color: '#8F007F'

red 143 ◦ green 0 ◦ blue 127

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

Shades of Dark Magenta #8F007F

Tints of Dark Magenta #8F007F

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 127 (50% from 255) = 47.04%

R = 52.96%
G = 0%
B = 47.04%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F007F (or 0x8F007F) is known color: Dark Magenta. HEX triplet: 8F, 00 and 7F. RGB value is (143,0,127). Sum of RGB (Red+Green+Blue) = 143+0+127=270 (35% of max value = 765). Red value is 143 (56.25% from 255 or 52.96% from 270); Green value is 0 (0.39% from 255 or 0% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 143 - color contains mainly: red. Hex color #8F007F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F007F is #70FF80. Grayscale: #383838. Windows color (decimal): -7405441 or 8323215. OLE color: 8323215.

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

Color convert

RGB 143 0 127 -
CMYK 0 1 0.11 0.44
HSL 306.71º 1% 0.28% -
HSV(B) 306.71º 1% 0.56% -
XYZ 15.16 7.37 20.7 -
YUV 57.24 167.38 189.17 -
System Red Green Blue C M Y K H S L
Decimal 143 0 127 0 1 0.11 0.44 306.71 1 0.28
Hex 8F 0 7F 0 64 B 2C 133 64 1C
Octal 217 0 177 0 144 13 54 463 144 34
Binary 10001111 0 1111111 0 1100100 1011 101100 100110011 1100100 11100

Color Harmonies of #8F007F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F007F

Black with #8F007F

Text Example


Text Example

White with #8F007F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,127); }

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

background-color css

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

 a { background-color: rgb(143,0,127); }

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

border-color css

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

 span { border-color: rgb(143,0,127); }

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