#864E9D

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

Shades of Vivid Violet #864E9D

Tints of Vivid Violet #864E9D

Color information

#864E9D (or 0x864E9D) is unknown color: approx Vivid Violet. HEX triplet: 86, 4E and 9D. RGB value is (134,78,157). Sum of RGB (Red+Green+Blue) = 134+78+157=369 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.31% from 369); Green value is 78 (30.86% from 255 or 21.14% from 369); Blue value is 157 (61.72% from 255 or 42.55% from 369); Max value from RGB is 157 - color contains mainly: blue. Hex color #864E9D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864E9D is #79B162. Grayscale: #676767. Windows color (decimal): -7975267 or 10309254. OLE color: 10309254.

HSL color Cylindrical-coordinate representation of color #864E9D: hue angle of 282.53º degrees, saturation: 0.34, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864E9D is Cyan = 0.15, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB13478157-
CMYK0.150.5000.38
HSL282.53º33.62%46.08%-
HSV(B)282.53º50.32%61.57%-
XYZ18.6412.9533.42-
YUV103.75158.05149.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.31%
GREEN value IS 78 (30.86% from 255) = 21.14%
BLUE value IS 157 (61.72% from 255) = 42.55%
R=36.31%
G=21.14%
B=42.55%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134781570.150.5000.38282.5333.6246.08
Hex864E9DF3202611b222e
Octal20611623517620464334256
Binary1000011010011101001110111111100100100110100011011100010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864E9D; }

 p { color: rgb(134,78,157); }

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

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

 a { background-color: rgb(134,78,157); }

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

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

 span { border-color: rgb(134,78,157); }

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