#864E94

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

Shades of Vivid Violet #864E94

Tints of Vivid Violet #864E94

Color information

#864E94 (or 0x864E94) is unknown color: approx Vivid Violet. HEX triplet: 86, 4E and 94. RGB value is (134,78,148). Sum of RGB (Red+Green+Blue) = 134+78+148=360 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.22% from 360); Green value is 78 (30.86% from 255 or 21.67% from 360); Blue value is 148 (58.20% from 255 or 41.11% from 360); Max value from RGB is 148 - color contains mainly: blue. Hex color #864E94 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864E94 is #79B16B. Grayscale: #666666. Windows color (decimal): -7975276 or 9719430. OLE color: 9719430.

HSL color Cylindrical-coordinate representation of color #864E94: hue angle of 288º degrees, saturation: 0.31, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864E94 is Cyan = 0.09, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13478148-
CMYK0.090.4700.42
HSL288º30.97%44.31%-
HSV(B)288º47.3%58.04%-
XYZ17.912.6629.52-
YUV102.72153.55150.31-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.22%
GREEN value IS 78 (30.86% from 255) = 21.67%
BLUE value IS 148 (58.20% from 255) = 41.11%
R=37.22%
G=21.67%
B=41.11%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134781480.090.4700.4228830.9744.31
Hex864E9492F02A1201f2c
Octal20611622411570524403754
Binary100001101001110100101001001101111010101010010000011111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864E94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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