Html Css Color HEX #860C87 Dark Magenta

📋 copy color: '#860C87'

red 134 ◦ green 12 ◦ blue 135

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

Shades of Dark Magenta #860C87

Tints of Dark Magenta #860C87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 48.04%

R = 47.69%
G = 4.27%
B = 48.04%

CMYK

 C value IS 0.01

 M value IS 0.91

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#860C87 (or 0x860C87) is known color: Dark Magenta. HEX triplet: 86, 0C and 87. RGB value is (134,12,135). Sum of RGB (Red+Green+Blue) = 134+12+135=281 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.69% from 281); Green value is 12 (5.08% from 255 or 4.27% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #860C87 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860C87 is #79F378. Grayscale: #3E3E3E. Windows color (decimal): -7992185 or 8850566. OLE color: 8850566.

HSL color Cylindrical-coordinate representation of color #860C87: hue angle of 299.51º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #860C87 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 12 135 -
CMYK 0.01 0.91 0 0.47
HSL 299.51º 0.84% 0.29% -
HSV(B) 299.51º 0.91% 0.53% -
XYZ 14.34 7.08 23.53 -
YUV 62.5 168.92 179 -
System Red Green Blue C M Y K H S L
Decimal 134 12 135 0.01 0.91 0 0.47 299.51 0.84 0.29
Hex 86 C 87 1 5B 0 2F 12C 54 1D
Octal 206 14 207 1 133 0 57 454 124 35
Binary 10000110 1100 10000111 1 1011011 0 101111 100101100 1010100 11101

Color Harmonies of #860C87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860C87

Black with #860C87

Text Example


Text Example

White with #860C87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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