Html Css Color HEX #8F019A Dark Magenta

📋 copy color: '#8F019A'

red 143 ◦ green 1 ◦ blue 154

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

Shades of Dark Magenta #8F019A

Tints of Dark Magenta #8F019A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 51.68%

R = 47.99%
G = 0.34%
B = 51.68%

CMYK

 C value IS 0.07

 M value IS 0.99

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#8F019A (or 0x8F019A) is known color: Dark Magenta. HEX triplet: 8F, 01 and 9A. RGB value is (143,1,154). Sum of RGB (Red+Green+Blue) = 143+1+154=298 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.99% from 298); Green value is 1 (0.78% from 255 or 0.34% from 298); Blue value is 154 (60.55% from 255 or 51.68% from 298); Max value from RGB is 154 - color contains mainly: blue. Hex color #8F019A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F019A is #70FE65. Grayscale: #3C3C3C. Windows color (decimal): -7405158 or 10092943. OLE color: 10092943.

HSL color Cylindrical-coordinate representation of color #8F019A: hue angle of 295.69º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8F019A is Cyan = 0.07, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 143 1 154 -
CMYK 0.07 0.99 0 0.40
HSL 295.69º 0.99% 0.3% -
HSV(B) 295.69º 0.99% 0.6% -
XYZ 17.17 8.19 31.25 -
YUV 60.9 180.54 186.56 -
System Red Green Blue C M Y K H S L
Decimal 143 1 154 0.07 0.99 0 0.40 295.69 0.99 0.3
Hex 8F 1 9A 7 63 0 28 128 63 1E
Octal 217 1 232 7 143 0 50 450 143 36
Binary 10001111 1 10011010 111 1100011 0 101000 100101000 1100011 11110

Color Harmonies of #8F019A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F019A

Black with #8F019A

Text Example


Text Example

White with #8F019A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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