#86478E

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

Shades of Vivid Violet #86478E

Tints of Vivid Violet #86478E

Color information

#86478E (or 0x86478E) is unknown color: approx Vivid Violet. HEX triplet: 86, 47 and 8E. RGB value is (134,71,142). Sum of RGB (Red+Green+Blue) = 134+71+142=347 (45% of max value = 765). Red value is 134 (52.73% from 255 or 38.62% from 347); Green value is 71 (28.12% from 255 or 20.46% from 347); Blue value is 142 (55.86% from 255 or 40.92% from 347); Max value from RGB is 142 - color contains mainly: blue. Hex color #86478E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #86478E is #79B871. Grayscale: #616161. Windows color (decimal): -7977074 or 9324422. OLE color: 9324422.

HSL color Cylindrical-coordinate representation of color #86478E: hue angle of 293.24º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #86478E is Cyan = 0.06, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13471142-
CMYK0.060.500.44
HSL293.24º33.33%41.76%-
HSV(B)293.24º50%55.69%-
XYZ16.9711.5326.92-
YUV97.93152.87153.73-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.62%
GREEN value IS 71 (28.12% from 255) = 20.46%
BLUE value IS 142 (55.86% from 255) = 40.92%
R=38.62%
G=20.46%
B=40.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134711420.060.500.44293.2433.3341.76
Hex86478E63202C125212a
Octal2061072166620544454152
Binary100001101000111100011101101100100101100100100101100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86478E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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