Html Css Color HEX #861285 Dark Magenta

📋 copy color: '#861285'

red 134 ◦ green 18 ◦ blue 133

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

Shades of Dark Magenta #861285

Tints of Dark Magenta #861285

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.32%

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

R = 47.02%
G = 6.32%
B = 46.67%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.01

 K value IS 0.47

RGB Variations

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

Color information

#861285 (or 0x861285) is known color: Dark Magenta. HEX triplet: 86, 12 and 85. RGB value is (134,18,133). Sum of RGB (Red+Green+Blue) = 134+18+133=285 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.02% from 285); Green value is 18 (7.42% from 255 or 6.32% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 134 - color contains mainly: red. Hex color #861285 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861285 is #79ED7A. Grayscale: #414141. Windows color (decimal): -7990651 or 8721030. OLE color: 8721030.

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

Color convert

RGB 134 18 133 -
CMYK 0 0.87 0.01 0.47
HSL 300.52º 0.76% 0.3% -
HSV(B) 300.52º 0.87% 0.53% -
XYZ 14.28 7.19 22.83 -
YUV 65.79 165.93 176.65 -
System Red Green Blue C M Y K H S L
Decimal 134 18 133 0 0.87 0.01 0.47 300.52 0.76 0.3
Hex 86 12 85 0 57 1 2F 12D 4C 1E
Octal 206 22 205 0 127 1 57 455 114 36
Binary 10000110 10010 10000101 0 1010111 1 101111 100101101 1001100 11110

Color Harmonies of #861285

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861285

Black with #861285

Text Example


Text Example

White with #861285

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861285; }

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

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

background-color css

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

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

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

border-color css

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

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

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