Html Css Color HEX #8C0C7F Dark Magenta

📋 copy color: '#8C0C7F'

red 140 ◦ green 12 ◦ blue 127

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

Shades of Dark Magenta #8C0C7F

Tints of Dark Magenta #8C0C7F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.3%

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

R = 50.18%
G = 4.3%
B = 45.52%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C0C7F (or 0x8C0C7F) is known color: Dark Magenta. HEX triplet: 8C, 0C and 7F. RGB value is (140,12,127). Sum of RGB (Red+Green+Blue) = 140+12+127=279 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.18% from 279); Green value is 12 (5.08% from 255 or 4.30% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0C7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0C7F is #73F380. Grayscale: #3F3F3F. Windows color (decimal): -7598977 or 8326284. OLE color: 8326284.

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

Color convert

RGB 140 12 127 -
CMYK 0 0.91 0.09 0.45
HSL 306.09º 0.84% 0.3% -
HSV(B) 306.09º 0.91% 0.55% -
XYZ 14.78 7.37 20.72 -
YUV 63.38 163.91 182.65 -
System Red Green Blue C M Y K H S L
Decimal 140 12 127 0 0.91 0.09 0.45 306.09 0.84 0.3
Hex 8C C 7F 0 5B 9 2D 132 54 1E
Octal 214 14 177 0 133 11 55 462 124 36
Binary 10001100 1100 1111111 0 1011011 1001 101101 100110010 1010100 11110

Color Harmonies of #8C0C7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0C7F

Black with #8C0C7F

Text Example


Text Example

White with #8C0C7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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