Html Css Color HEX #8F019F Dark Magenta

📋 copy color: '#8F019F'

red 143 ◦ green 1 ◦ blue 159

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

Shades of Dark Magenta #8F019F

Tints of Dark Magenta #8F019F

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.33%

 BLUE value IS 159 (62.5% from 255) = 52.48%

R = 47.19%
G = 0.33%
B = 52.48%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F019F (or 0x8F019F) is known color: Dark Magenta. HEX triplet: 8F, 01 and 9F. RGB value is (143,1,159). Sum of RGB (Red+Green+Blue) = 143+1+159=303 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.19% from 303); Green value is 1 (0.78% from 255 or 0.33% from 303); Blue value is 159 (62.5% from 255 or 52.48% from 303); Max value from RGB is 159 - color contains mainly: blue. Hex color #8F019F is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F019F is #70FE60. Grayscale: #3C3C3C. Windows color (decimal): -7405153 or 10420623. OLE color: 10420623.

HSL color Cylindrical-coordinate representation of color #8F019F: hue angle of 293.92º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F019F is Cyan = 0.10, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 1 159 -
CMYK 0.10 0.99 0 0.38
HSL 293.92º 0.99% 0.31% -
HSV(B) 293.92º 0.99% 0.62% -
XYZ 17.6 8.36 33.49 -
YUV 61.47 183.04 186.15 -
System Red Green Blue C M Y K H S L
Decimal 143 1 159 0.10 0.99 0 0.38 293.92 0.99 0.31
Hex 8F 1 9F A 63 0 26 126 63 1F
Octal 217 1 237 12 143 0 46 446 143 37
Binary 10001111 1 10011111 1010 1100011 0 100110 100100110 1100011 11111

Color Harmonies of #8F019F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F019F

Black with #8F019F

Text Example


Text Example

White with #8F019F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(143,1,159); }

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

background-color css

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

 a { background-color: rgb(143,1,159); }

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

border-color css

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

 span { border-color: rgb(143,1,159); }

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