#864C9D

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

Shades of Vivid Violet #864C9D

Tints of Vivid Violet #864C9D

Color information

#864C9D (or 0x864C9D) is unknown color: approx Vivid Violet. HEX triplet: 86, 4C and 9D. RGB value is (134,76,157). Sum of RGB (Red+Green+Blue) = 134+76+157=367 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.51% from 367); Green value is 76 (30.08% from 255 or 20.71% from 367); Blue value is 157 (61.72% from 255 or 42.78% from 367); Max value from RGB is 157 - color contains mainly: blue. Hex color #864C9D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864C9D is #79B362. Grayscale: #666666. Windows color (decimal): -7975779 or 10308742. OLE color: 10308742.

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

Color convert

RGB13476157-
CMYK0.150.5200.38
HSL282.96º34.76%45.69%-
HSV(B)282.96º51.59%61.57%-
XYZ18.512.6733.37-
YUV102.58158.72150.41-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.51%
GREEN value IS 76 (30.08% from 255) = 20.71%
BLUE value IS 157 (61.72% from 255) = 42.78%
R=36.51%
G=20.71%
B=42.78%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal134761570.150.5200.38282.9634.7645.69
Hex864C9DF3402611b232e
Octal20611423517640464334356
Binary1000011010011001001110111111101000100110100011011100011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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