#864A94

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

Shades of Vivid Violet #864A94

Tints of Vivid Violet #864A94

Color information

#864A94 (or 0x864A94) is unknown color: approx Vivid Violet. HEX triplet: 86, 4A and 94. RGB value is (134,74,148). Sum of RGB (Red+Green+Blue) = 134+74+148=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 74 (29.30% from 255 or 20.79% from 356); Blue value is 148 (58.20% from 255 or 41.57% from 356); Max value from RGB is 148 - color contains mainly: blue. Hex color #864A94 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864A94 is #79B56B. Grayscale: #646464. Windows color (decimal): -7976300 or 9718406. OLE color: 9718406.

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

Color convert

RGB13474148-
CMYK0.090.5000.42
HSL288.65º33.33%43.53%-
HSV(B)288.65º50%58.04%-
XYZ17.6312.129.42-
YUV100.38154.88151.98-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 74 (29.30% from 255) = 20.79%
BLUE value IS 148 (58.20% from 255) = 41.57%
R=37.64%
G=20.79%
B=41.57%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134741480.090.5000.42288.6533.3343.53
Hex864A9493202A121212c
Octal20611222411620524414154
Binary1000011010010101001010010011100100101010100100001100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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