Html Css Color HEX #8F1999 Dark Magenta

📋 copy color: '#8F1999'

red 143 ◦ green 25 ◦ blue 153

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

Shades of Dark Magenta #8F1999

Tints of Dark Magenta #8F1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.79%

 BLUE value IS 153 (60.16% from 255) = 47.66%

R = 44.55%
G = 7.79%
B = 47.66%

CMYK

 C value IS 0.07

 M value IS 0.84

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8F1999 (or 0x8F1999) is known color: Dark Magenta. HEX triplet: 8F, 19 and 99. RGB value is (143,25,153). Sum of RGB (Red+Green+Blue) = 143+25+153=321 (42% of max value = 765). Red value is 143 (56.25% from 255 or 44.55% from 321); Green value is 25 (10.16% from 255 or 7.79% from 321); Blue value is 153 (60.16% from 255 or 47.66% from 321); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F1999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F1999 is #70E666. Grayscale: #4A4A4A. Windows color (decimal): -7399015 or 10033551. OLE color: 10033551.

HSL color Cylindrical-coordinate representation of color #8F1999: hue angle of 295.31º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F1999 is Cyan = 0.07, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 143 25 153 -
CMYK 0.07 0.84 0 0.4
HSL 295.31º 0.72% 0.35% -
HSV(B) 295.31º 0.84% 0.6% -
XYZ 17.43 8.83 30.92 -
YUV 74.87 172.09 176.59 -
System Red Green Blue C M Y K H S L
Decimal 143 25 153 0.07 0.84 0 0.4 295.31 0.72 0.35
Hex 8F 19 99 7 54 0 28 127 48 23
Octal 217 31 231 7 124 0 50 447 110 43
Binary 10001111 11001 10011001 111 1010100 0 101000 100100111 1001000 100011

Color Harmonies of #8F1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F1999

Black with #8F1999

Text Example


Text Example

White with #8F1999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,25,153); }

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

background-color css

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

 a { background-color: rgb(143,25,153); }

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

border-color css

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

 span { border-color: rgb(143,25,153); }

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