#86489B

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

Shades of Vivid Violet #86489B

Tints of Vivid Violet #86489B

Color information

#86489B (or 0x86489B) is unknown color: approx Vivid Violet. HEX triplet: 86, 48 and 9B. RGB value is (134,72,155). Sum of RGB (Red+Green+Blue) = 134+72+155=361 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.12% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 155 (60.94% from 255 or 42.94% from 361); Max value from RGB is 155 - color contains mainly: blue. Hex color #86489B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86489B is #79B764. Grayscale: #636363. Windows color (decimal): -7976805 or 10176646. OLE color: 10176646.

HSL color Cylindrical-coordinate representation of color #86489B: hue angle of 284.82º degrees, saturation: 0.37, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #86489B is Cyan = 0.14, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13472155-
CMYK0.140.5400.39
HSL284.82º36.56%44.51%-
HSV(B)284.82º53.55%60.78%-
XYZ18.0712.0732.39-
YUV100159.04152.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.12%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 155 (60.94% from 255) = 42.94%
R=37.12%
G=19.94%
B=42.94%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134721550.140.5400.39284.8236.5644.51
Hex86489BE3602711d252d
Octal20611023316660474354555
Binary1000011010010001001101111101101100100111100011101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86489B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86489B; }

 p { color: rgb(134,72,155); }

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

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

 a { background-color: rgb(134,72,155); }

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

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

 span { border-color: rgb(134,72,155); }

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