Html Css Color HEX #860995 Dark Magenta

📋 copy color: '#860995'

red 134 ◦ green 9 ◦ blue 149

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

Shades of Dark Magenta #860995

Tints of Dark Magenta #860995

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.08%

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

R = 45.89%
G = 3.08%
B = 51.03%

CMYK

 C value IS 0.10

 M value IS 0.94

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#860995 (or 0x860995) is known color: Dark Magenta. HEX triplet: 86, 09 and 95. RGB value is (134,9,149). Sum of RGB (Red+Green+Blue) = 134+9+149=292 (38% of max value = 765). Red value is 134 (52.73% from 255 or 45.89% from 292); Green value is 9 (3.91% from 255 or 3.08% from 292); Blue value is 149 (58.59% from 255 or 51.03% from 292); Max value from RGB is 149 - color contains mainly: blue. Hex color #860995 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #860995 is #79F66A. Grayscale: #3D3D3D. Windows color (decimal): -7992939 or 9767302. OLE color: 9767302.

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

Color convert

RGB 134 9 149 -
CMYK 0.10 0.94 0 0.42
HSL 293.57º 0.89% 0.31% -
HSV(B) 293.57º 0.94% 0.58% -
XYZ 15.35 7.43 29.06 -
YUV 62.34 176.91 179.12 -
System Red Green Blue C M Y K H S L
Decimal 134 9 149 0.10 0.94 0 0.42 293.57 0.89 0.31
Hex 86 9 95 A 5E 0 2A 126 59 1F
Octal 206 11 225 12 136 0 52 446 131 37
Binary 10000110 1001 10010101 1010 1011110 0 101010 100100110 1011001 11111

Color Harmonies of #860995

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #860995

Black with #860995

Text Example


Text Example

White with #860995

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #860995; }

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

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

background-color css

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

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

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

border-color css

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

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

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