Html Css Color HEX #8F138B Dark Magenta

📋 copy color: '#8F138B'

red 143 ◦ green 19 ◦ blue 139

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

Shades of Dark Magenta #8F138B

Tints of Dark Magenta #8F138B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 46.18%

R = 47.51%
G = 6.31%
B = 46.18%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.03

 K value IS 0.44

RGB Variations

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

Color information

#8F138B (or 0x8F138B) is known color: Dark Magenta. HEX triplet: 8F, 13 and 8B. RGB value is (143,19,139). Sum of RGB (Red+Green+Blue) = 143+19+139=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 19 (7.81% from 255 or 6.31% from 301); Blue value is 139 (54.69% from 255 or 46.18% from 301); Max value from RGB is 143 - color contains mainly: red. Hex color #8F138B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F138B is #70EC74. Grayscale: #454545. Windows color (decimal): -7400565 or 9114511. OLE color: 9114511.

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

Color convert

RGB 143 19 139 -
CMYK 0 0.87 0.03 0.44
HSL 301.94º 0.77% 0.32% -
HSV(B) 301.94º 0.87% 0.56% -
XYZ 16.22 8.17 25.15 -
YUV 69.76 167.08 180.24 -
System Red Green Blue C M Y K H S L
Decimal 143 19 139 0 0.87 0.03 0.44 301.94 0.77 0.32
Hex 8F 13 8B 0 57 3 2C 12E 4D 20
Octal 217 23 213 0 127 3 54 456 115 40
Binary 10001111 10011 10001011 0 1010111 11 101100 100101110 1001101 100000

Color Harmonies of #8F138B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F138B

Black with #8F138B

Text Example


Text Example

White with #8F138B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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