#86499F

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

Shades of Vivid Violet #86499F

Tints of Vivid Violet #86499F

Color information

#86499F (or 0x86499F) is unknown color: approx Vivid Violet. HEX triplet: 86, 49 and 9F. RGB value is (134,73,159). Sum of RGB (Red+Green+Blue) = 134+73+159=366 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.61% from 366); Green value is 73 (28.91% from 255 or 19.95% from 366); Blue value is 159 (62.5% from 255 or 43.44% from 366); Max value from RGB is 159 - color contains mainly: blue. Hex color #86499F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86499F is #79B660. Grayscale: #646464. Windows color (decimal): -7976545 or 10439046. OLE color: 10439046.

HSL color Cylindrical-coordinate representation of color #86499F: hue angle of 282.56º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86499F is Cyan = 0.16, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13473159-
CMYK0.160.5400.38
HSL282.56º37.07%45.49%-
HSV(B)282.56º54.09%62.35%-
XYZ18.4712.3434.21-
YUV101.04160.71151.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.61%
GREEN value IS 73 (28.91% from 255) = 19.95%
BLUE value IS 159 (62.5% from 255) = 43.44%
R=36.61%
G=19.95%
B=43.44%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134731590.160.5400.38282.5637.0745.49
Hex86499F103602611b252d
Octal20611123720660464334555
Binary10000110100100110011111100001101100100110100011011100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86499F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86499F; }

 p { color: rgb(134,73,159); }

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

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

 a { background-color: rgb(134,73,159); }

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

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

 span { border-color: rgb(134,73,159); }

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