Html Css Color HEX #862986 Dark Purple

📋 copy color: '#862986'

red 134 ◦ green 41 ◦ blue 134

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

Shades of Dark Purple #862986

Tints of Dark Purple #862986

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.27%

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

R = 43.37%
G = 13.27%
B = 43.37%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#862986 (or 0x862986) is known color: Dark Purple. HEX triplet: 86, 29 and 86. RGB value is (134,41,134). Sum of RGB (Red+Green+Blue) = 134+41+134=309 (40% of max value = 765). Red value is 134 (52.73% from 255 or 43.37% from 309); Green value is 41 (16.41% from 255 or 13.27% from 309); Blue value is 134 (52.73% from 255 or 43.37% from 309); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #862986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #862986 is #79D679. Grayscale: #4F4F4F. Windows color (decimal): -7984762 or 8792454. OLE color: 8792454.

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

Color convert

RGB 134 41 134 -
CMYK 0 0.69 0 0.47
HSL 300º 0.53% 0.34% -
HSV(B) 300º 0.69% 0.53% -
XYZ 14.93 8.38 23.38 -
YUV 79.41 158.81 166.94 -
System Red Green Blue C M Y K H S L
Decimal 134 41 134 0 0.69 0 0.47 300 0.53 0.34
Hex 86 29 86 0 45 0 2F 12C 35 22
Octal 206 51 206 0 105 0 57 454 65 42
Binary 10000110 101001 10000110 0 1000101 0 101111 100101100 110101 100010

Color Harmonies of #862986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #862986

Black with #862986

Text Example


Text Example

White with #862986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #862986; }

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

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

background-color css

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

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

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

border-color css

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

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

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