Html Css Color HEX #862586 Dark Purple

📋 copy color: '#862586'

red 134 ◦ green 37 ◦ blue 134

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

Shades of Dark Purple #862586

Tints of Dark Purple #862586

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.13%

 BLUE value IS 134 (52.73% from 255) = 43.93%

R = 43.93%
G = 12.13%
B = 43.93%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#862586 (or 0x862586) is known color: Dark Purple. HEX triplet: 86, 25 and 86. RGB value is (134,37,134). Sum of RGB (Red+Green+Blue) = 134+37+134=305 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.93% from 305); Green value is 37 (14.84% from 255 or 12.13% from 305); Blue value is 134 (52.73% from 255 or 43.93% from 305); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #862586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862586 is #79DA79. Grayscale: #4C4C4C. Windows color (decimal): -7985786 or 8791430. OLE color: 8791430.

HSL color Cylindrical-coordinate representation of color #862586: hue angle of 300º degrees, saturation: 0.57, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #862586 is Cyan = 0, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 134 37 134 -
CMYK 0 0.72 0 0.47
HSL 300º 0.57% 0.34% -
HSV(B) 300º 0.72% 0.53% -
XYZ 14.8 8.11 23.34 -
YUV 77.06 160.14 168.61 -
System Red Green Blue C M Y K H S L
Decimal 134 37 134 0 0.72 0 0.47 300 0.57 0.34
Hex 86 25 86 0 48 0 2F 12C 39 22
Octal 206 45 206 0 110 0 57 454 71 42
Binary 10000110 100101 10000110 0 1001000 0 101111 100101100 111001 100010

Color Harmonies of #862586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862586

Black with #862586

Text Example


Text Example

White with #862586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862586; }

 p { color: rgb(134,37,134); }

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

background-color css

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

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

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

border-color css

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

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

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