#863391

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

Shades of Vivid Violet #863391

Tints of Vivid Violet #863391

Color information

#863391 (or 0x863391) is unknown color: approx Vivid Violet. HEX triplet: 86, 33 and 91. RGB value is (134,51,145). Sum of RGB (Red+Green+Blue) = 134+51+145=330 (43% of max value = 765). Red value is 134 (52.73% from 255 or 40.61% from 330); Green value is 51 (20.31% from 255 or 15.45% from 330); Blue value is 145 (57.03% from 255 or 43.94% from 330); Max value from RGB is 145 - color contains mainly: blue. Hex color #863391 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863391 is #79CC6E. Grayscale: #565656. Windows color (decimal): -7982191 or 9515910. OLE color: 9515910.

HSL color Cylindrical-coordinate representation of color #863391: hue angle of 292.98º degrees, saturation: 0.48, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #863391 is Cyan = 0.08, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB13451145-
CMYK0.080.6500.43
HSL292.98º47.96%38.43%-
HSV(B)292.98º64.83%56.86%-
XYZ16.139.4827.77-
YUV86.53161161.86-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.61%
GREEN value IS 51 (20.31% from 255) = 15.45%
BLUE value IS 145 (57.03% from 255) = 43.94%
R=40.61%
G=15.45%
B=43.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134511450.080.6500.43292.9847.9638.43
Hex86339184102B1253026
Octal20663221101010534456046
Binary1000011011001110010001100010000010101011100100101110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863391

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863391; }

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

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

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

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

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

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

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

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