Html Css Color HEX #8F0995 Dark Magenta

📋 copy color: '#8F0995'

red 143 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #8F0995

Tints of Dark Magenta #8F0995

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 49.5%

R = 47.51%
G = 2.99%
B = 49.5%

CMYK

 C value IS 0.04

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#8F0995 (or 0x8F0995) is known color: Dark Magenta. HEX triplet: 8F, 09 and 95. RGB value is (143,9,149). Sum of RGB (Red+Green+Blue) = 143+9+149=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 9 (3.91% from 255 or 2.99% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #8F0995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F0995 is #70F66A. Grayscale: #404040. Windows color (decimal): -7403115 or 9767311. OLE color: 9767311.

HSL color Cylindrical-coordinate representation of color #8F0995: hue angle of 297.43º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #8F0995 is Cyan = 0.04, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 143 9 149 -
CMYK 0.04 0.94 0 0.42
HSL 297.43º 0.89% 0.31% -
HSV(B) 297.43º 0.94% 0.58% -
XYZ 16.85 8.2 29.13 -
YUV 65.03 175.39 183.62 -
System Red Green Blue C M Y K H S L
Decimal 143 9 149 0.04 0.94 0 0.42 297.43 0.89 0.31
Hex 8F 9 95 4 5E 0 2A 129 59 1F
Octal 217 11 225 4 136 0 52 451 131 37
Binary 10001111 1001 10010101 100 1011110 0 101010 100101001 1011001 11111

Color Harmonies of #8F0995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F0995

Black with #8F0995

Text Example


Text Example

White with #8F0995

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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