Html Css Color HEX #8F008C Dark Magenta

📋 copy color: '#8F008C'

red 143 ◦ green 0 ◦ blue 140

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

Shades of Dark Magenta #8F008C

Tints of Dark Magenta #8F008C

RGB

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

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

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

R = 50.53%
G = 0%
B = 49.47%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#8F008C (or 0x8F008C) is known color: Dark Magenta. HEX triplet: 8F, 00 and 8C. RGB value is (143,0,140). Sum of RGB (Red+Green+Blue) = 143+0+140=283 (37% of max value = 765). Red value is 143 (56.25% from 255 or 50.53% from 283); Green value is 0 (0.39% from 255 or 0% from 283); Blue value is 140 (55.08% from 255 or 49.47% from 283); Max value from RGB is 143 - color contains mainly: red. Hex color #8F008C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F008C is #70FF73. Grayscale: #3A3A3A. Windows color (decimal): -7405428 or 9175183. OLE color: 9175183.

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

Color convert

RGB 143 0 140 -
CMYK 0 1 0.02 0.44
HSL 301.26º 1% 0.28% -
HSV(B) 301.26º 1% 0.56% -
XYZ 16.06 7.73 25.46 -
YUV 58.72 173.88 188.12 -
System Red Green Blue C M Y K H S L
Decimal 143 0 140 0 1 0.02 0.44 301.26 1 0.28
Hex 8F 0 8C 0 64 2 2C 12D 64 1C
Octal 217 0 214 0 144 2 54 455 144 34
Binary 10001111 0 10001100 0 1100100 10 101100 100101101 1100100 11100

Color Harmonies of #8F008C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F008C

Black with #8F008C

Text Example


Text Example

White with #8F008C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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