#864890

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

Shades of Vivid Violet #864890

Tints of Vivid Violet #864890

Color information

#864890 (or 0x864890) is unknown color: approx Vivid Violet. HEX triplet: 86, 48 and 90. RGB value is (134,72,144). Sum of RGB (Red+Green+Blue) = 134+72+144=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 144 (56.64% from 255 or 41.14% from 350); Max value from RGB is 144 - color contains mainly: blue. Hex color #864890 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864890 is #79B76F. Grayscale: #626262. Windows color (decimal): -7976816 or 9455750. OLE color: 9455750.

HSL color Cylindrical-coordinate representation of color #864890: hue angle of 291.67º 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 #864890 is Cyan = 0.07, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13472144-
CMYK0.070.5000.44
HSL291.67º33.33%42.35%-
HSV(B)291.67º50%56.47%-
XYZ17.1811.7227.74-
YUV98.75153.54153.15-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 72 (28.52% from 255) = 20.57%
BLUE value IS 144 (56.64% from 255) = 41.14%
R=38.29%
G=20.57%
B=41.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134721440.070.5000.44291.6733.3342.35
Hex86489073202C124212a
Octal2061102207620544444152
Binary100001101001000100100001111100100101100100100100100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864890

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864890; }

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

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

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

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

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

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

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

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