Html Css Color HEX #8F0999 Dark Magenta

📋 copy color: '#8F0999'

red 143 ◦ green 9 ◦ blue 153

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

Shades of Dark Magenta #8F0999

Tints of Dark Magenta #8F0999

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.95%

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

R = 46.89%
G = 2.95%
B = 50.16%

CMYK

 C value IS 0.07

 M value IS 0.94

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#8F0999 (or 0x8F0999) is known color: Dark Magenta. HEX triplet: 8F, 09 and 99. RGB value is (143,9,153). Sum of RGB (Red+Green+Blue) = 143+9+153=305 (40% of max value = 765). Red value is 143 (56.25% from 255 or 46.89% from 305); Green value is 9 (3.91% from 255 or 2.95% from 305); Blue value is 153 (60.16% from 255 or 50.16% from 305); Max value from RGB is 153 - color contains mainly: blue. Hex color #8F0999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0999 is #70F666. Grayscale: #414141. Windows color (decimal): -7403111 or 10029455. OLE color: 10029455.

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

Color convert

RGB 143 9 153 -
CMYK 0.07 0.94 0 0.4
HSL 295.83º 0.89% 0.32% -
HSV(B) 295.83º 0.94% 0.6% -
XYZ 17.18 8.33 30.84 -
YUV 65.48 177.39 183.29 -
System Red Green Blue C M Y K H S L
Decimal 143 9 153 0.07 0.94 0 0.4 295.83 0.89 0.32
Hex 8F 9 99 7 5E 0 28 128 59 20
Octal 217 11 231 7 136 0 50 450 131 40
Binary 10001111 1001 10011001 111 1011110 0 101000 100101000 1011001 100000

Color Harmonies of #8F0999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0999

Black with #8F0999

Text Example


Text Example

White with #8F0999

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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