#86488D

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

Shades of Vivid Violet #86488D

Tints of Vivid Violet #86488D

Color information

#86488D (or 0x86488D) is unknown color: approx Vivid Violet. HEX triplet: 86, 48 and 8D. RGB value is (134,72,141). Sum of RGB (Red+Green+Blue) = 134+72+141=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 72 (28.52% from 255 or 20.75% from 347); Blue value is 141 (55.47% from 255 or 40.63% from 347); Max value from RGB is 141 - color contains mainly: blue. Hex color #86488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86488D is #79B772. Grayscale: #626262. Windows color (decimal): -7976819 or 9259142. OLE color: 9259142.

HSL color Cylindrical-coordinate representation of color #86488D: hue angle of 293.91º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #86488D is Cyan = 0.05, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB13472141-
CMYK0.050.4900.45
HSL293.91º32.39%41.76%-
HSV(B)293.91º48.94%55.29%-
XYZ16.9611.6326.55-
YUV98.4152.04153.39-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 72 (28.52% from 255) = 20.75%
BLUE value IS 141 (55.47% from 255) = 40.63%
R=38.62%
G=20.75%
B=40.63%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134721410.050.4900.45293.9132.3941.76
Hex86488D53102D126202a
Octal2061102155610554464052
Binary100001101001000100011011011100010101101100100110100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86488D; }

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

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

<style>
 a { background-color: #86488D; }

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

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

<style>
 span { border-color: #86488D; }

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

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