Html Css Color HEX #8F087E Dark Magenta

📋 copy color: '#8F087E'

red 143 ◦ green 8 ◦ blue 126

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

Shades of Dark Magenta #8F087E

Tints of Dark Magenta #8F087E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 45.49%

R = 51.62%
G = 2.89%
B = 45.49%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.12

 K value IS 0.44

RGB Variations

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

Color information

#8F087E (or 0x8F087E) is known color: Dark Magenta. HEX triplet: 8F, 08 and 7E. RGB value is (143,8,126). Sum of RGB (Red+Green+Blue) = 143+8+126=277 (36% of max value = 765). Red value is 143 (56.25% from 255 or 51.62% from 277); Green value is 8 (3.52% from 255 or 2.89% from 277); Blue value is 126 (49.61% from 255 or 45.49% from 277); Max value from RGB is 143 - color contains mainly: red. Hex color #8F087E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F087E is #70F781. Grayscale: #3D3D3D. Windows color (decimal): -7403394 or 8259727. OLE color: 8259727.

HSL color Cylindrical-coordinate representation of color #8F087E: hue angle of 307.56º 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 #8F087E is Cyan = 0, Magento = 0.94, Yellow = 0.12 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 8 126 -
CMYK 0 0.94 0.12 0.44
HSL 307.56º 0.89% 0.3% -
HSV(B) 307.56º 0.94% 0.56% -
XYZ 15.18 7.52 20.39 -
YUV 61.82 164.23 185.91 -
System Red Green Blue C M Y K H S L
Decimal 143 8 126 0 0.94 0.12 0.44 307.56 0.89 0.3
Hex 8F 8 7E 0 5E C 2C 134 59 1E
Octal 217 10 176 0 136 14 54 464 131 36
Binary 10001111 1000 1111110 0 1011110 1100 101100 100110100 1011001 11110

Color Harmonies of #8F087E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F087E

Black with #8F087E

Text Example


Text Example

White with #8F087E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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