Html Css Color HEX #860485 Dark Magenta

📋 copy color: '#860485'

red 134 ◦ green 4 ◦ blue 133

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

Shades of Dark Magenta #860485

Tints of Dark Magenta #860485

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.48%

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

R = 49.45%
G = 1.48%
B = 49.08%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#860485 (or 0x860485) is known color: Dark Magenta. HEX triplet: 86, 04 and 85. RGB value is (134,4,133). Sum of RGB (Red+Green+Blue) = 134+4+133=271 (35% of max value = 765). Red value is 134 (52.73% from 255 or 49.45% from 271); Green value is 4 (1.95% from 255 or 1.48% from 271); Blue value is 133 (52.34% from 255 or 49.08% from 271); Max value from RGB is 134 - color contains mainly: red. Hex color #860485 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860485 is #79FB7A. Grayscale: #393939. Windows color (decimal): -7994235 or 8717446. OLE color: 8717446.

HSL color Cylindrical-coordinate representation of color #860485: hue angle of 300.46º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #860485 is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 4 133 -
CMYK 0 0.97 0.01 0.47
HSL 300.46º 0.94% 0.27% -
HSV(B) 300.46º 0.97% 0.53% -
XYZ 14.11 6.85 22.77 -
YUV 57.58 170.57 182.51 -
System Red Green Blue C M Y K H S L
Decimal 134 4 133 0 0.97 0.01 0.47 300.46 0.94 0.27
Hex 86 4 85 0 61 1 2F 12C 5E 1B
Octal 206 4 205 0 141 1 57 454 136 33
Binary 10000110 100 10000101 0 1100001 1 101111 100101100 1011110 11011

Color Harmonies of #860485

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860485

Black with #860485

Text Example


Text Example

White with #860485

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860485; }

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

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

background-color css

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

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

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

border-color css

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

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

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