Html Css Color HEX #8F029D Dark Magenta

📋 copy color: '#8F029D'

red 143 ◦ green 2 ◦ blue 157

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

Shades of Dark Magenta #8F029D

Tints of Dark Magenta #8F029D

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.66%

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

R = 47.35%
G = 0.66%
B = 51.99%

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

#8F029D (or 0x8F029D) is known color: Dark Magenta. HEX triplet: 8F, 02 and 9D. RGB value is (143,2,157). Sum of RGB (Red+Green+Blue) = 143+2+157=302 (40% of max value = 765). Red value is 143 (56.25% from 255 or 47.35% from 302); Green value is 2 (1.17% from 255 or 0.66% from 302); Blue value is 157 (61.72% from 255 or 51.99% from 302); Max value from RGB is 157 - color contains mainly: blue. Hex color #8F029D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8F029D is #70FD62. Grayscale: #3D3D3D. Windows color (decimal): -7404899 or 10289807. OLE color: 10289807.

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

Color convert

RGB 143 2 157 -
CMYK 0.09 0.99 0 0.38
HSL 294.58º 0.97% 0.31% -
HSV(B) 294.58º 0.99% 0.62% -
XYZ 17.44 8.32 32.58 -
YUV 61.83 181.71 185.9 -
System Red Green Blue C M Y K H S L
Decimal 143 2 157 0.09 0.99 0 0.38 294.58 0.97 0.31
Hex 8F 2 9D 9 63 0 26 127 61 1F
Octal 217 2 235 11 143 0 46 447 141 37
Binary 10001111 10 10011101 1001 1100011 0 100110 100100111 1100001 11111

Color Harmonies of #8F029D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8F029D

Black with #8F029D

Text Example


Text Example

White with #8F029D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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