#86359B

Color #86359B Vivid Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Vivid Violet #86359B

Tints of Vivid Violet #86359B

Color information

#86359B (or 0x86359B) is unknown color: approx Vivid Violet. HEX triplet: 86, 35 and 9B. RGB value is (134,53,155). Sum of RGB (Red+Green+Blue) = 134+53+155=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 53 (21.09% from 255 or 15.50% from 342); Blue value is 155 (60.94% from 255 or 45.32% from 342); Max value from RGB is 155 - color contains mainly: blue. Hex color #86359B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86359B is #79CA64. Grayscale: #585858. Windows color (decimal): -7981669 or 10171782. OLE color: 10171782.

HSL color Cylindrical-coordinate representation of color #86359B: hue angle of 287.65º degrees, saturation: 0.49, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #86359B is Cyan = 0.14, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13453155-
CMYK0.140.6600.39
HSL287.65º49.04%40.78%-
HSV(B)287.65º65.81%60.78%-
XYZ17.029.9832.04-
YUV88.85165.34160.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 53 (21.09% from 255) = 15.50%
BLUE value IS 155 (60.94% from 255) = 45.32%
R=39.18%
G=15.50%
B=45.32%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134531550.140.6600.39287.6549.0440.78
Hex86359BE420271203129
Octal20665233161020474406151
Binary1000011011010110011011111010000100100111100100000110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86359B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86359B; }

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

 H1.HeaderClassName
 {
   color: #86359B;
 }
 .AnyTagClassName
 {
   color: #86359B;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #86359B;
 }
 .BgClassName
 {
   background-color: #86359B;
 }
</style>
border-color css

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

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

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