Html Css Color HEX #8F138C Dark Magenta

📋 copy color: '#8F138C'

red 143 ◦ green 19 ◦ blue 140

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

Shades of Dark Magenta #8F138C

Tints of Dark Magenta #8F138C

RGB

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

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

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

R = 47.35%
G = 6.29%
B = 46.36%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F138C (or 0x8F138C) is known color: Dark Magenta. HEX triplet: 8F, 13 and 8C. RGB value is (143,19,140). Sum of RGB (Red+Green+Blue) = 143+19+140=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 19 (7.81% from 255 or 6.29% from 302); Blue value is 140 (55.08% from 255 or 46.36% from 302); Max value from RGB is 143 - color contains mainly: red. Hex color #8F138C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F138C is #70EC73. Grayscale: #454545. Windows color (decimal): -7400564 or 9180047. OLE color: 9180047.

HSL color Cylindrical-coordinate representation of color #8F138C: hue angle of 301.45º degrees, saturation: 0.77, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8F138C is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 19 140 -
CMYK 0 0.87 0.02 0.44
HSL 301.45º 0.77% 0.32% -
HSV(B) 301.45º 0.87% 0.56% -
XYZ 16.29 8.2 25.53 -
YUV 69.87 167.58 180.16 -
System Red Green Blue C M Y K H S L
Decimal 143 19 140 0 0.87 0.02 0.44 301.45 0.77 0.32
Hex 8F 13 8C 0 57 2 2C 12D 4D 20
Octal 217 23 214 0 127 2 54 455 115 40
Binary 10001111 10011 10001100 0 1010111 10 101100 100101101 1001101 100000

Color Harmonies of #8F138C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F138C

Black with #8F138C

Text Example


Text Example

White with #8F138C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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