#863F91

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

Shades of Vivid Violet #863F91

Tints of Vivid Violet #863F91

Color information

#863F91 (or 0x863F91) is unknown color: approx Vivid Violet. HEX triplet: 86, 3F and 91. RGB value is (134,63,145). Sum of RGB (Red+Green+Blue) = 134+63+145=342 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.18% from 342); Green value is 63 (25% from 255 or 18.42% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 145 - color contains mainly: blue. Hex color #863F91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863F91 is #79C06E. Grayscale: #5D5D5D. Windows color (decimal): -7979119 or 9518982. OLE color: 9518982.

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

Color convert

RGB13463145-
CMYK0.080.5700.43
HSL291.95º39.42%40.78%-
HSV(B)291.95º56.55%56.86%-
XYZ16.7210.6727.97-
YUV93.58157.02156.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.18%
GREEN value IS 63 (25% from 255) = 18.42%
BLUE value IS 145 (57.03% from 255) = 42.40%
R=39.18%
G=18.42%
B=42.40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal134631450.080.5700.43291.9539.4240.78
Hex863F9183902B1242729
Octal2067722110710534444751
Binary100001101111111001000110001110010101011100100100100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #863F91; }

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

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

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

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

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

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

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

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