Html Css Color HEX #8C0D7F Dark Magenta

📋 copy color: '#8C0D7F'

red 140 ◦ green 13 ◦ blue 127

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

Shades of Dark Magenta #8C0D7F

Tints of Dark Magenta #8C0D7F

RGB

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

 GREEN value IS 13 (5.47% from 255) = 4.64%

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

R = 50%
G = 4.64%
B = 45.36%

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

#8C0D7F (or 0x8C0D7F) is known color: Dark Magenta. HEX triplet: 8C, 0D and 7F. RGB value is (140,13,127). Sum of RGB (Red+Green+Blue) = 140+13+127=280 (37% of max value = 765). Red value is 140 (55.08% from 255 or 50% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0D7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0D7F is #73F280. Grayscale: #3F3F3F. Windows color (decimal): -7598721 or 8326540. OLE color: 8326540.

HSL color Cylindrical-coordinate representation of color #8C0D7F: hue angle of 306.14º degrees, saturation: 0.83, 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 #8C0D7F is Cyan = 0, Magento = 0.91, Yellow = 0.09 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 13 127 -
CMYK 0 0.91 0.09 0.45
HSL 306.14º 0.83% 0.3% -
HSV(B) 306.14º 0.91% 0.55% -
XYZ 14.79 7.4 20.73 -
YUV 63.97 163.58 182.23 -
System Red Green Blue C M Y K H S L
Decimal 140 13 127 0 0.91 0.09 0.45 306.14 0.83 0.3
Hex 8C D 7F 0 5B 9 2D 132 53 1E
Octal 214 15 177 0 133 11 55 462 123 36
Binary 10001100 1101 1111111 0 1011011 1001 101101 100110010 1010011 11110

Color Harmonies of #8C0D7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0D7F

Black with #8C0D7F

Text Example


Text Example

White with #8C0D7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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