#864A93

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

Shades of Vivid Violet #864A93

Tints of Vivid Violet #864A93

Color information

#864A93 (or 0x864A93) is unknown color: approx Vivid Violet. HEX triplet: 86, 4A and 93. RGB value is (134,74,147). Sum of RGB (Red+Green+Blue) = 134+74+147=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 74 (29.30% from 255 or 20.85% from 355); Blue value is 147 (57.81% from 255 or 41.41% from 355); Max value from RGB is 147 - color contains mainly: blue. Hex color #864A93 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864A93 is #79B56C. Grayscale: #646464. Windows color (decimal): -7976301 or 9652870. OLE color: 9652870.

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

Color convert

RGB13474147-
CMYK0.090.5000.42
HSL289.32º33.03%43.33%-
HSV(B)289.32º49.66%57.65%-
XYZ17.5512.0729.01-
YUV100.26154.38152.06-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 74 (29.30% from 255) = 20.85%
BLUE value IS 147 (57.81% from 255) = 41.41%
R=37.75%
G=20.85%
B=41.41%

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
Decimal134741470.090.5000.42289.3233.0343.33
Hex864A9393202A121212b
Octal20611222311620524414153
Binary1000011010010101001001110011100100101010100100001100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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