Html Css Color HEX #860D85 Dark Magenta

📋 copy color: '#860D85'

red 134 ◦ green 13 ◦ blue 133

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

Shades of Dark Magenta #860D85

Tints of Dark Magenta #860D85

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 47.5%

R = 47.86%
G = 4.64%
B = 47.5%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#860D85 (or 0x860D85) is known color: Dark Magenta. HEX triplet: 86, 0D and 85. RGB value is (134,13,133). Sum of RGB (Red+Green+Blue) = 134+13+133=280 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.86% from 280); Green value is 13 (5.47% from 255 or 4.64% from 280); Blue value is 133 (52.34% from 255 or 47.5% from 280); Max value from RGB is 134 - color contains mainly: red. Hex color #860D85 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860D85 is #79F27A. Grayscale: #3E3E3E. Windows color (decimal): -7991931 or 8719750. OLE color: 8719750.

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

Color convert

RGB 134 13 133 -
CMYK 0 0.90 0.01 0.47
HSL 300.5º 0.82% 0.29% -
HSV(B) 300.5º 0.9% 0.53% -
XYZ 14.21 7.05 22.8 -
YUV 62.86 167.59 178.74 -
System Red Green Blue C M Y K H S L
Decimal 134 13 133 0 0.90 0.01 0.47 300.5 0.82 0.29
Hex 86 D 85 0 5A 1 2F 12C 52 1D
Octal 206 15 205 0 132 1 57 454 122 35
Binary 10000110 1101 10000101 0 1011010 1 101111 100101100 1010010 11101

Color Harmonies of #860D85

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860D85

Black with #860D85

Text Example


Text Example

White with #860D85

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(134,13,133); }

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

background-color css

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

 a { background-color: rgb(134,13,133); }

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

border-color css

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

 span { border-color: rgb(134,13,133); }

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