#863593

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

Shades of Vivid Violet #863593

Tints of Vivid Violet #863593

Color information

#863593 (or 0x863593) is unknown color: approx Vivid Violet. HEX triplet: 86, 35 and 93. RGB value is (134,53,147). Sum of RGB (Red+Green+Blue) = 134+53+147=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 53 (21.09% from 255 or 15.87% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 147 - color contains mainly: blue. Hex color #863593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863593 is #79CA6C. Grayscale: #575757. Windows color (decimal): -7981677 or 9647494. OLE color: 9647494.

HSL color Cylindrical-coordinate representation of color #863593: hue angle of 291.7º degrees, saturation: 0.47, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #863593 is Cyan = 0.09, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13453147-
CMYK0.090.6400.42
HSL291.7º47%39.22%-
HSV(B)291.7º63.95%57.65%-
XYZ16.379.7228.62-
YUV87.93161.34160.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 53 (21.09% from 255) = 15.87%
BLUE value IS 147 (57.81% from 255) = 44.01%
R=40.12%
G=15.87%
B=44.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134531470.090.6400.42291.74739.22
Hex86359394002A1242f27
Octal20665223111000524445747
Binary1000011011010110010011100110000000101010100100100101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863593; }

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

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

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

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

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

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

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

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