Html Css Color HEX #860C8D Dark Magenta

📋 copy color: '#860C8D'

red 134 ◦ green 12 ◦ blue 141

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

Shades of Dark Magenta #860C8D

Tints of Dark Magenta #860C8D

RGB

 RED value IS 134 (52.73% from 255) = 46.69%

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

 BLUE value IS 141 (55.47% from 255) = 49.13%

R = 46.69%
G = 4.18%
B = 49.13%

CMYK

 C value IS 0.05

 M value IS 0.91

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#860C8D (or 0x860C8D) is known color: Dark Magenta. HEX triplet: 86, 0C and 8D. RGB value is (134,12,141). Sum of RGB (Red+Green+Blue) = 134+12+141=287 (38% of max value = 765). Red value is 134 (52.73% from 255 or 46.69% from 287); Green value is 12 (5.08% from 255 or 4.18% from 287); Blue value is 141 (55.47% from 255 or 49.13% from 287); Max value from RGB is 141 - color contains mainly: blue. Hex color #860C8D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860C8D is #79F372. Grayscale: #3E3E3E. Windows color (decimal): -7992179 or 9243782. OLE color: 9243782.

HSL color Cylindrical-coordinate representation of color #860C8D: hue angle of 296.74º 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 #860C8D is Cyan = 0.05, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 134 12 141 -
CMYK 0.05 0.91 0 0.45
HSL 296.74º 0.84% 0.3% -
HSV(B) 296.74º 0.91% 0.55% -
XYZ 14.77 7.25 25.82 -
YUV 63.18 171.92 178.51 -
System Red Green Blue C M Y K H S L
Decimal 134 12 141 0.05 0.91 0 0.45 296.74 0.84 0.3
Hex 86 C 8D 5 5B 0 2D 129 54 1E
Octal 206 14 215 5 133 0 55 451 124 36
Binary 10000110 1100 10001101 101 1011011 0 101101 100101001 1010100 11110

Color Harmonies of #860C8D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C8D

Black with #860C8D

Text Example


Text Example

White with #860C8D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860C8D; }

 p { color: rgb(134,12,141); }

 H1.HeaderClassName
 {
   color: #860C8D;
 }
 .AnyTagClassName
 {
   color: #860C8D;
 }
</style>

background-color css

<style>
 a { background-color: #860C8D; }

 a { background-color: rgb(134,12,141); }

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

border-color css

<style>
 span { border-color: #860C8D; }

 span { border-color: rgb(134,12,141); }

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