#863395

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

Shades of Vivid Violet #863395

Tints of Vivid Violet #863395

Color information

#863395 (or 0x863395) is unknown color: approx Vivid Violet. HEX triplet: 86, 33 and 95. RGB value is (134,51,149). Sum of RGB (Red+Green+Blue) = 134+51+149=334 (44% of max value = 765). Red value is 134 (52.73% from 255 or 40.12% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 149 (58.59% from 255 or 44.61% from 334); Max value from RGB is 149 - color contains mainly: blue. Hex color #863395 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863395 is #79CC6A. Grayscale: #565656. Windows color (decimal): -7982187 or 9778054. OLE color: 9778054.

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

Color convert

RGB13451149-
CMYK0.100.6600.42
HSL290.82º49%39.22%-
HSV(B)290.82º65.77%58.43%-
XYZ16.449.6129.42-
YUV86.99163161.53-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 40.12%
GREEN value IS 51 (20.31% from 255) = 15.27%
BLUE value IS 149 (58.59% from 255) = 44.61%
R=40.12%
G=15.27%
B=44.61%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134511490.100.6600.42290.824939.22
Hex863395A4202A1233127
Octal20663225121020524436147
Binary1000011011001110010101101010000100101010100100011110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863395; }

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

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

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

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

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

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

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

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