#863386

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

Shades of Vivid Violet #863386

Tints of Vivid Violet #863386

Color information

#863386 (or 0x863386) is unknown color: approx Vivid Violet. HEX triplet: 86, 33 and 86. RGB value is (134,51,134). Sum of RGB (Red+Green+Blue) = 134+51+134=319 (42% of max value = 765). Red value is 134 (52.73% from 255 or 42.01% from 319); Green value is 51 (20.31% from 255 or 15.99% from 319); Blue value is 134 (52.73% from 255 or 42.01% from 319); Max value from RGB is 134 - color contains mainly: red, blue. Hex color #863386 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863386 is #79CC79. Grayscale: #555555. Windows color (decimal): -7982202 or 8795014. OLE color: 8795014.

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

Color convert

RGB13451134-
CMYK00.6200.47
HSL300º44.86%36.27%-
HSV(B)300º61.94%52.55%-
XYZ15.329.1623.51-
YUV85.28155.5162.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 42.01%
GREEN value IS 51 (20.31% from 255) = 15.99%
BLUE value IS 134 (52.73% from 255) = 42.01%
R=42.01%
G=15.99%
B=42.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1345113400.6200.4730044.8636.27
Hex86338603E02F12c2d24
Octal206632060760574545544
Binary100001101100111000011001111100101111100101100101101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863386; }

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

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

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

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

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

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

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

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