Html Css Color HEX #8F019D Dark Magenta

📋 copy color: '#8F019D'

red 143 ◦ green 1 ◦ blue 157

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

Shades of Dark Magenta #8F019D

Tints of Dark Magenta #8F019D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 52.16%

R = 47.51%
G = 0.33%
B = 52.16%

CMYK

 C value IS 0.09

 M value IS 0.99

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#8F019D (or 0x8F019D) is known color: Dark Magenta. HEX triplet: 8F, 01 and 9D. RGB value is (143,1,157). Sum of RGB (Red+Green+Blue) = 143+1+157=301 (39% of max value = 765). Red value is 143 (56.25% from 255 or 47.51% from 301); Green value is 1 (0.78% from 255 or 0.33% from 301); Blue value is 157 (61.72% from 255 or 52.16% from 301); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F019D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F019D is #70FE62. Grayscale: #3C3C3C. Windows color (decimal): -7405155 or 10289551. OLE color: 10289551.

HSL color Cylindrical-coordinate representation of color #8F019D: hue angle of 294.62º 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 #8F019D is Cyan = 0.09, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 143 1 157 -
CMYK 0.09 0.99 0 0.38
HSL 294.62º 0.99% 0.31% -
HSV(B) 294.62º 0.99% 0.62% -
XYZ 17.42 8.3 32.58 -
YUV 61.24 182.04 186.32 -
System Red Green Blue C M Y K H S L
Decimal 143 1 157 0.09 0.99 0 0.38 294.62 0.99 0.31
Hex 8F 1 9D 9 63 0 26 127 63 1F
Octal 217 1 235 11 143 0 46 447 143 37
Binary 10001111 1 10011101 1001 1100011 0 100110 100100111 1100011 11111

Color Harmonies of #8F019D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F019D

Black with #8F019D

Text Example


Text Example

White with #8F019D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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