Html Css Color HEX #860195 Dark Magenta

📋 copy color: '#860195'

red 134 ◦ green 1 ◦ blue 149

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

Shades of Dark Magenta #860195

Tints of Dark Magenta #860195

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.35%

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

R = 47.18%
G = 0.35%
B = 52.46%

CMYK

 C value IS 0.10

 M value IS 0.99

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#860195 (or 0x860195) is known color: Dark Magenta. HEX triplet: 86, 01 and 95. RGB value is (134,1,149). Sum of RGB (Red+Green+Blue) = 134+1+149=284 (37% of max value = 765). Red value is 134 (52.73% from 255 or 47.18% from 284); Green value is 1 (0.78% from 255 or 0.35% from 284); Blue value is 149 (58.59% from 255 or 52.46% from 284); Max value from RGB is 149 - color contains mainly: blue. Hex color #860195 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860195 is #79FE6A. Grayscale: #393939. Windows color (decimal): -7994987 or 9765254. OLE color: 9765254.

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

Color convert

RGB 134 1 149 -
CMYK 0.10 0.99 0 0.42
HSL 293.92º 0.99% 0.29% -
HSV(B) 293.92º 0.99% 0.58% -
XYZ 15.27 7.26 29.03 -
YUV 57.64 179.56 182.47 -
System Red Green Blue C M Y K H S L
Decimal 134 1 149 0.10 0.99 0 0.42 293.92 0.99 0.29
Hex 86 1 95 A 63 0 2A 126 63 1D
Octal 206 1 225 12 143 0 52 446 143 35
Binary 10000110 1 10010101 1010 1100011 0 101010 100100110 1100011 11101

Color Harmonies of #860195

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860195

Black with #860195

Text Example


Text Example

White with #860195

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860195; }

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

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

background-color css

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

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

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

border-color css

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

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

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