Html Css Color HEX #863586 Vivid Violet

📋 copy color: '#863586'

red 134 ◦ green 53 ◦ blue 134

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

Shades of Vivid Violet #863586

Tints of Vivid Violet #863586

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.51%

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

R = 41.74%
G = 16.51%
B = 41.74%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#863586 (or 0x863586) is known color: Vivid Violet. HEX triplet: 86, 35 and 86. RGB value is (134,53,134). Sum of RGB (Red+Green+Blue) = 134+53+134=321 (42% of max value = 765). Red value is 134 (52.73% from 255 or 41.74% from 321); Green value is 53 (21.09% from 255 or 16.51% from 321); Blue value is 134 (52.73% from 255 or 41.74% from 321); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #863586 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863586 is #79CA79. Grayscale: #565656. Windows color (decimal): -7981690 or 8795526. OLE color: 8795526.

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

Color convert

RGB 134 53 134 -
CMYK 0 0.60 0 0.47
HSL 300º 0.43% 0.37% -
HSV(B) 300º 0.6% 0.53% -
XYZ 15.41 9.34 23.54 -
YUV 86.45 154.84 161.91 -
System Red Green Blue C M Y K H S L
Decimal 134 53 134 0 0.60 0 0.47 300 0.43 0.37
Hex 86 35 86 0 3C 0 2F 12C 2B 25
Octal 206 65 206 0 74 0 57 454 53 45
Binary 10000110 110101 10000110 0 111100 0 101111 100101100 101011 100101

Color Harmonies of #863586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #863586

Black with #863586

Text Example


Text Example

White with #863586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #863586; }

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

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

background-color css

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

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

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

border-color css

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

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

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