Html Css Color HEX #8C077F Dark Magenta

📋 copy color: '#8C077F'

red 140 ◦ green 7 ◦ blue 127

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

Shades of Dark Magenta #8C077F

Tints of Dark Magenta #8C077F

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

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

R = 51.09%
G = 2.55%
B = 46.35%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C077F (or 0x8C077F) is known color: Dark Magenta. HEX triplet: 8C, 07 and 7F. RGB value is (140,7,127). Sum of RGB (Red+Green+Blue) = 140+7+127=274 (36% of max value = 765). Red value is 140 (55.08% from 255 or 51.09% from 274); Green value is 7 (3.12% from 255 or 2.55% from 274); Blue value is 127 (50% from 255 or 46.35% from 274); Max value from RGB is 140 - color contains mainly: red. Hex color #8C077F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C077F is #73F880. Grayscale: #3C3C3C. Windows color (decimal): -7600257 or 8325004. OLE color: 8325004.

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

Color convert

RGB 140 7 127 -
CMYK 0 0.95 0.09 0.45
HSL 305.86º 0.9% 0.29% -
HSV(B) 305.86º 0.95% 0.55% -
XYZ 14.72 7.26 20.7 -
YUV 60.45 165.56 184.74 -
System Red Green Blue C M Y K H S L
Decimal 140 7 127 0 0.95 0.09 0.45 305.86 0.9 0.29
Hex 8C 7 7F 0 5F 9 2D 132 5A 1D
Octal 214 7 177 0 137 11 55 462 132 35
Binary 10001100 111 1111111 0 1011111 1001 101101 100110010 1011010 11101

Color Harmonies of #8C077F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C077F

Black with #8C077F

Text Example


Text Example

White with #8C077F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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