Html Css Color HEX #8F0E8C Dark Magenta

📋 copy color: '#8F0E8C'

red 143 ◦ green 14 ◦ blue 140

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

Shades of Dark Magenta #8F0E8C

Tints of Dark Magenta #8F0E8C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 4.71%

 BLUE value IS 140 (55.08% from 255) = 47.14%

R = 48.15%
G = 4.71%
B = 47.14%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F0E8C (or 0x8F0E8C) is known color: Dark Magenta. HEX triplet: 8F, 0E and 8C. RGB value is (143,14,140). Sum of RGB (Red+Green+Blue) = 143+14+140=297 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.15% from 297); Green value is 14 (5.86% from 255 or 4.71% from 297); Blue value is 140 (55.08% from 255 or 47.14% from 297); Max value from RGB is 143 - color contains mainly: red. Hex color #8F0E8C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0E8C is #70F173. Grayscale: #424242. Windows color (decimal): -7401844 or 9178767. OLE color: 9178767.

HSL color Cylindrical-coordinate representation of color #8F0E8C: hue angle of 301.4º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #8F0E8C is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 14 140 -
CMYK 0 0.90 0.02 0.44
HSL 301.4º 0.82% 0.31% -
HSV(B) 301.4º 0.9% 0.56% -
XYZ 16.22 8.05 25.51 -
YUV 66.94 169.24 182.25 -
System Red Green Blue C M Y K H S L
Decimal 143 14 140 0 0.90 0.02 0.44 301.4 0.82 0.31
Hex 8F E 8C 0 5A 2 2C 12D 52 1F
Octal 217 16 214 0 132 2 54 455 122 37
Binary 10001111 1110 10001100 0 1011010 10 101100 100101101 1010010 11111

Color Harmonies of #8F0E8C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0E8C

Black with #8F0E8C

Text Example


Text Example

White with #8F0E8C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,14,140); }

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

background-color css

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

 a { background-color: rgb(143,14,140); }

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

border-color css

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

 span { border-color: rgb(143,14,140); }

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