Html Css Color HEX #861595 Dark Magenta

📋 copy color: '#861595'

red 134 ◦ green 21 ◦ blue 149

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

Shades of Dark Magenta #861595

Tints of Dark Magenta #861595

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.91%

 BLUE value IS 149 (58.59% from 255) = 49.01%

R = 44.08%
G = 6.91%
B = 49.01%

CMYK

 C value IS 0.10

 M value IS 0.86

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#861595 (or 0x861595) is known color: Dark Magenta. HEX triplet: 86, 15 and 95. RGB value is (134,21,149). Sum of RGB (Red+Green+Blue) = 134+21+149=304 (40% of max value = 765). Red value is 134 (52.73% from 255 or 44.08% from 304); Green value is 21 (8.59% from 255 or 6.91% from 304); Blue value is 149 (58.59% from 255 or 49.01% from 304); Max value from RGB is 149 - color contains mainly: blue. Hex color #861595 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #861595 is #79EA6A. Grayscale: #444444. Windows color (decimal): -7989867 or 9770374. OLE color: 9770374.

HSL color Cylindrical-coordinate representation of color #861595: hue angle of 292.97º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #861595 is Cyan = 0.10, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 134 21 149 -
CMYK 0.10 0.86 0 0.42
HSL 292.97º 0.75% 0.33% -
HSV(B) 292.97º 0.86% 0.58% -
XYZ 15.52 7.77 29.12 -
YUV 69.38 172.94 174.09 -
System Red Green Blue C M Y K H S L
Decimal 134 21 149 0.10 0.86 0 0.42 292.97 0.75 0.33
Hex 86 15 95 A 56 0 2A 125 4B 21
Octal 206 25 225 12 126 0 52 445 113 41
Binary 10000110 10101 10010101 1010 1010110 0 101010 100100101 1001011 100001

Color Harmonies of #861595

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #861595

Black with #861595

Text Example


Text Example

White with #861595

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #861595; }

 p { color: rgb(134,21,149); }

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

background-color css

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

 a { background-color: rgb(134,21,149); }

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

border-color css

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

 span { border-color: rgb(134,21,149); }

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