Html Css Color HEX #8F139B Dark Magenta

📋 copy color: '#8F139B'

red 143 ◦ green 19 ◦ blue 155

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

Shades of Dark Magenta #8F139B

Tints of Dark Magenta #8F139B

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.99%

 BLUE value IS 155 (60.94% from 255) = 48.9%

R = 45.11%
G = 5.99%
B = 48.9%

CMYK

 C value IS 0.08

 M value IS 0.88

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#8F139B (or 0x8F139B) is known color: Dark Magenta. HEX triplet: 8F, 13 and 9B. RGB value is (143,19,155). Sum of RGB (Red+Green+Blue) = 143+19+155=317 (41% of max value = 765). Red value is 143 (56.25% from 255 or 45.11% from 317); Green value is 19 (7.81% from 255 or 5.99% from 317); Blue value is 155 (60.94% from 255 or 48.90% from 317); Max value from RGB is 155 - color contains mainly: blue. Hex color #8F139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F139B is #70EC64. Grayscale: #474747. Windows color (decimal): -7400549 or 10163087. OLE color: 10163087.

HSL color Cylindrical-coordinate representation of color #8F139B: hue angle of 294.71º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #8F139B is Cyan = 0.08, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 143 19 155 -
CMYK 0.08 0.88 0 0.39
HSL 294.71º 0.78% 0.34% -
HSV(B) 294.71º 0.88% 0.61% -
XYZ 17.48 8.67 31.76 -
YUV 71.58 175.08 178.94 -
System Red Green Blue C M Y K H S L
Decimal 143 19 155 0.08 0.88 0 0.39 294.71 0.78 0.34
Hex 8F 13 9B 8 58 0 27 127 4E 22
Octal 217 23 233 10 130 0 47 447 116 42
Binary 10001111 10011 10011011 1000 1011000 0 100111 100100111 1001110 100010

Color Harmonies of #8F139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F139B

Black with #8F139B

Text Example


Text Example

White with #8F139B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,19,155); }

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

background-color css

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

 a { background-color: rgb(143,19,155); }

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

border-color css

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

 span { border-color: rgb(143,19,155); }

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