Html Css Color HEX #8C0B7F Dark Magenta

📋 copy color: '#8C0B7F'

red 140 ◦ green 11 ◦ blue 127

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

Shades of Dark Magenta #8C0B7F

Tints of Dark Magenta #8C0B7F

RGB

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

 GREEN value IS 11 (4.69% from 255) = 3.96%

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

R = 50.36%
G = 3.96%
B = 45.68%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.09

 K value IS 0.45

RGB Variations

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

Color information

#8C0B7F (or 0x8C0B7F) is known color: Dark Magenta. HEX triplet: 8C, 0B and 7F. RGB value is (140,11,127). Sum of RGB (Red+Green+Blue) = 140+11+127=278 (36% of max value = 765). Red value is 140 (55.08% from 255 or 50.36% from 278); Green value is 11 (4.69% from 255 or 3.96% from 278); Blue value is 127 (50% from 255 or 45.68% from 278); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0B7F is #73F480. Grayscale: #3E3E3E. Windows color (decimal): -7599233 or 8326028. OLE color: 8326028.

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

Color convert

RGB 140 11 127 -
CMYK 0 0.92 0.09 0.45
HSL 306.05º 0.85% 0.3% -
HSV(B) 306.05º 0.92% 0.55% -
XYZ 14.77 7.35 20.72 -
YUV 62.8 164.24 183.07 -
System Red Green Blue C M Y K H S L
Decimal 140 11 127 0 0.92 0.09 0.45 306.05 0.85 0.3
Hex 8C B 7F 0 5C 9 2D 132 55 1E
Octal 214 13 177 0 134 11 55 462 125 36
Binary 10001100 1011 1111111 0 1011100 1001 101101 100110010 1010101 11110

Color Harmonies of #8C0B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0B7F

Black with #8C0B7F

Text Example


Text Example

White with #8C0B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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