#86478B

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

Shades of Vivid Violet #86478B

Tints of Vivid Violet #86478B

Color information

#86478B (or 0x86478B) is unknown color: approx Vivid Violet. HEX triplet: 86, 47 and 8B. RGB value is (134,71,139). Sum of RGB (Red+Green+Blue) = 134+71+139=344 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.95% from 344); Green value is 71 (28.12% from 255 or 20.64% from 344); Blue value is 139 (54.69% from 255 or 40.41% from 344); Max value from RGB is 139 - color contains mainly: blue. Hex color #86478B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86478B is #79B874. Grayscale: #616161. Windows color (decimal): -7977077 or 9127814. OLE color: 9127814.

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

Color convert

RGB13471139-
CMYK0.040.4900.45
HSL295.59º32.38%41.18%-
HSV(B)295.59º48.92%54.51%-
XYZ16.7411.4425.75-
YUV97.59151.37153.97-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.95%
GREEN value IS 71 (28.12% from 255) = 20.64%
BLUE value IS 139 (54.69% from 255) = 40.41%
R=38.95%
G=20.64%
B=40.41%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal134711390.040.4900.45295.5932.3841.18
Hex86478B43102D1282029
Octal2061072134610554504051
Binary100001101000111100010111001100010101101100101000100000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86478B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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