Html Css Color HEX #8C037F Dark Magenta

📋 copy color: '#8C037F'

red 140 ◦ green 3 ◦ blue 127

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

Shades of Dark Magenta #8C037F

Tints of Dark Magenta #8C037F

RGB

 RED value IS 140 (55.08% from 255) = 51.85%

 GREEN value IS 3 (1.56% from 255) = 1.11%

 BLUE value IS 127 (50% from 255) = 47.04%

R = 51.85%
G = 1.11%
B = 47.04%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C037F (or 0x8C037F) is known color: Dark Magenta. HEX triplet: 8C, 03 and 7F. RGB value is (140,3,127). Sum of RGB (Red+Green+Blue) = 140+3+127=270 (35% of max value = 765). Red value is 140 (55.08% from 255 or 51.85% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 127 (50% from 255 or 47.04% from 270); Max value from RGB is 140 - color contains mainly: red. Hex color #8C037F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C037F is #73FC80. Grayscale: #393939. Windows color (decimal): -7601281 or 8323980. OLE color: 8323980.

HSL color Cylindrical-coordinate representation of color #8C037F: hue angle of 305.69º degrees, saturation: 0.96, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #8C037F is Cyan = 0, Magento = 0.98, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 3 127 -
CMYK 0 0.98 0.09 0.45
HSL 305.69º 0.96% 0.28% -
HSV(B) 305.69º 0.98% 0.55% -
XYZ 14.68 7.17 20.69 -
YUV 58.1 166.89 186.42 -
System Red Green Blue C M Y K H S L
Decimal 140 3 127 0 0.98 0.09 0.45 305.69 0.96 0.28
Hex 8C 3 7F 0 62 9 2D 132 60 1C
Octal 214 3 177 0 142 11 55 462 140 34
Binary 10001100 11 1111111 0 1100010 1001 101101 100110010 1100000 11100

Color Harmonies of #8C037F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C037F

Black with #8C037F

Text Example


Text Example

White with #8C037F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,127); }

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

background-color css

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

 a { background-color: rgb(140,3,127); }

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

border-color css

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

 span { border-color: rgb(140,3,127); }

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