#864799

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

Shades of Vivid Violet #864799

Tints of Vivid Violet #864799

Color information

#864799 (or 0x864799) is unknown color: approx Vivid Violet. HEX triplet: 86, 47 and 99. RGB value is (134,71,153). Sum of RGB (Red+Green+Blue) = 134+71+153=358 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.43% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 153 (60.16% from 255 or 42.74% from 358); Max value from RGB is 153 - color contains mainly: blue. Hex color #864799 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864799 is #79B866. Grayscale: #626262. Windows color (decimal): -7977063 or 10045318. OLE color: 10045318.

HSL color Cylindrical-coordinate representation of color #864799: hue angle of 286.1º degrees, saturation: 0.37, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #864799 is Cyan = 0.12, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13471153-
CMYK0.120.5400.4
HSL286.1º36.61%43.92%-
HSV(B)286.1º53.59%60%-
XYZ17.8311.8731.49-
YUV99.18158.37152.83-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.43%
GREEN value IS 71 (28.12% from 255) = 19.83%
BLUE value IS 153 (60.16% from 255) = 42.74%
R=37.43%
G=19.83%
B=42.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134711530.120.5400.4286.136.6143.92
Hex864799C3602811e252c
Octal20610723114660504364554
Binary1000011010001111001100111001101100101000100011110100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864799; }

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

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

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

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

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

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

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

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