Html Css Color HEX #8F008D Dark Magenta

📋 copy color: '#8F008D'

red 143 ◦ green 0 ◦ blue 141

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

Shades of Dark Magenta #8F008D

Tints of Dark Magenta #8F008D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 141 (55.47% from 255) = 49.65%

R = 50.35%
G = 0%
B = 49.65%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#8F008D (or 0x8F008D) is known color: Dark Magenta. HEX triplet: 8F, 00 and 8D. RGB value is (143,0,141). Sum of RGB (Red+Green+Blue) = 143+0+141=284 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.35% from 284); Green value is 0 (0.39% from 255 or 0% from 284); Blue value is 141 (55.47% from 255 or 49.65% from 284); Max value from RGB is 143 - color contains mainly: red. Hex color #8F008D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F008D is #70FF72. Grayscale: #3A3A3A. Windows color (decimal): -7405427 or 9240719. OLE color: 9240719.

HSL color Cylindrical-coordinate representation of color #8F008D: hue angle of 300.84º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 1%. Process color model (Four color, CMYK) of #8F008D is Cyan = 0, Magento = 1, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 143 0 141 -
CMYK 0 1 0.01 0.44
HSL 300.84º 1% 0.28% -
HSV(B) 300.84º 1% 0.56% -
XYZ 16.14 7.76 25.85 -
YUV 58.83 174.38 188.04 -
System Red Green Blue C M Y K H S L
Decimal 143 0 141 0 1 0.01 0.44 300.84 1 0.28
Hex 8F 0 8D 0 64 1 2C 12D 64 1C
Octal 217 0 215 0 144 1 54 455 144 34
Binary 10001111 0 10001101 0 1100100 1 101100 100101101 1100100 11100

Color Harmonies of #8F008D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F008D

Black with #8F008D

Text Example


Text Example

White with #8F008D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,0,141); }

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

background-color css

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

 a { background-color: rgb(143,0,141); }

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

border-color css

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

 span { border-color: rgb(143,0,141); }

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