Html Css Color HEX #8F087F Dark Magenta

📋 copy color: '#8F087F'

red 143 ◦ green 8 ◦ blue 127

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

Shades of Dark Magenta #8F087F

Tints of Dark Magenta #8F087F

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.88%

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

R = 51.44%
G = 2.88%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.11

 K value IS 0.44

RGB Variations

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

Color information

#8F087F (or 0x8F087F) is known color: Dark Magenta. HEX triplet: 8F, 08 and 7F. RGB value is (143,8,127). Sum of RGB (Red+Green+Blue) = 143+8+127=278 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.44% from 278); Green value is 8 (3.52% from 255 or 2.88% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 143 - color contains mainly: red. Hex color #8F087F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F087F is #70F780. Grayscale: #3D3D3D. Windows color (decimal): -7403393 or 8325263. OLE color: 8325263.

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

Color convert

RGB 143 8 127 -
CMYK 0 0.94 0.11 0.44
HSL 307.11º 0.89% 0.3% -
HSV(B) 307.11º 0.94% 0.56% -
XYZ 15.25 7.55 20.73 -
YUV 61.93 164.73 185.82 -
System Red Green Blue C M Y K H S L
Decimal 143 8 127 0 0.94 0.11 0.44 307.11 0.89 0.3
Hex 8F 8 7F 0 5E B 2C 133 59 1E
Octal 217 10 177 0 136 13 54 463 131 36
Binary 10001111 1000 1111111 0 1011110 1011 101100 100110011 1011001 11110

Color Harmonies of #8F087F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F087F

Black with #8F087F

Text Example


Text Example

White with #8F087F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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