#863F95

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

Shades of Vivid Violet #863F95

Tints of Vivid Violet #863F95

Color information

#863F95 (or 0x863F95) is unknown color: approx Vivid Violet. HEX triplet: 86, 3F and 95. RGB value is (134,63,149). Sum of RGB (Red+Green+Blue) = 134+63+149=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 63 (25% from 255 or 18.21% from 346); Blue value is 149 (58.59% from 255 or 43.06% from 346); Max value from RGB is 149 - color contains mainly: blue. Hex color #863F95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #863F95 is #79C06A. Grayscale: #5D5D5D. Windows color (decimal): -7979115 or 9781126. OLE color: 9781126.

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

Color convert

RGB13463149-
CMYK0.100.5800.42
HSL289.53º40.57%41.57%-
HSV(B)289.53º57.72%58.43%-
XYZ17.0310.7929.62-
YUV94.03159.02156.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 63 (25% from 255) = 18.21%
BLUE value IS 149 (58.59% from 255) = 43.06%
R=38.73%
G=18.21%
B=43.06%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134631490.100.5800.42289.5340.5741.57
Hex863F95A3A02A122292a
Octal2067722512720524425152
Binary100001101111111001010110101110100101010100100010101001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #863F95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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