#863895

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

Shades of Vivid Violet #863895

Tints of Vivid Violet #863895

Color information

#863895 (or 0x863895) is unknown color: approx Vivid Violet. HEX triplet: 86, 38 and 95. RGB value is (134,56,149). Sum of RGB (Red+Green+Blue) = 134+56+149=339 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.53% from 339); Green value is 56 (22.27% from 255 or 16.52% from 339); Blue value is 149 (58.59% from 255 or 43.95% from 339); Max value from RGB is 149 - color contains mainly: blue. Hex color #863895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863895 is #79C76A. Grayscale: #595959. Windows color (decimal): -7980907 or 9779334. OLE color: 9779334.

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

Color convert

RGB13456149-
CMYK0.100.6200.42
HSL290.32º45.37%40.2%-
HSV(B)290.32º62.42%58.43%-
XYZ16.6710.0729.5-
YUV89.92161.34159.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.53%
GREEN value IS 56 (22.27% from 255) = 16.52%
BLUE value IS 149 (58.59% from 255) = 43.95%
R=39.53%
G=16.52%
B=43.95%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134561490.100.6200.42290.3245.3740.2
Hex863895A3E02A1222d28
Octal2067022512760524425550
Binary100001101110001001010110101111100101010100100010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863895; }

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

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

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

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

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

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

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

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