#86498B

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

Shades of Vivid Violet #86498B

Tints of Vivid Violet #86498B

Color information

#86498B (or 0x86498B) is unknown color: approx Vivid Violet. HEX triplet: 86, 49 and 8B. RGB value is (134,73,139). Sum of RGB (Red+Green+Blue) = 134+73+139=346 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.73% from 346); Green value is 73 (28.91% from 255 or 21.10% from 346); Blue value is 139 (54.69% from 255 or 40.17% from 346); Max value from RGB is 139 - color contains mainly: blue. Hex color #86498B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86498B is #79B674. Grayscale: #626262. Windows color (decimal): -7976565 or 9128326. OLE color: 9128326.

HSL color Cylindrical-coordinate representation of color #86498B: hue angle of 295.45º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86498B is Cyan = 0.04, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13473139-
CMYK0.040.4700.45
HSL295.45º31.13%41.57%-
HSV(B)295.45º47.48%54.51%-
XYZ16.8711.725.79-
YUV98.76150.71153.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.73%
GREEN value IS 73 (28.91% from 255) = 21.10%
BLUE value IS 139 (54.69% from 255) = 40.17%
R=38.73%
G=21.10%
B=40.17%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134731390.040.4700.45295.4531.1341.57
Hex86498B42F02D1271f2a
Octal2061112134570554473752
Binary10000110100100110001011100101111010110110010011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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