#864C9B

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

Shades of Vivid Violet #864C9B

Tints of Vivid Violet #864C9B

Color information

#864C9B (or 0x864C9B) is unknown color: approx Vivid Violet. HEX triplet: 86, 4C and 9B. RGB value is (134,76,155). Sum of RGB (Red+Green+Blue) = 134+76+155=365 (48% of max value = 765). Red value is 134 (52.73% from 255 or 36.71% from 365); Green value is 76 (30.08% from 255 or 20.82% from 365); Blue value is 155 (60.94% from 255 or 42.47% from 365); Max value from RGB is 155 - color contains mainly: blue. Hex color #864C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864C9B is #79B364. Grayscale: #666666. Windows color (decimal): -7975781 or 10177670. OLE color: 10177670.

HSL color Cylindrical-coordinate representation of color #864C9B: hue angle of 284.05º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #864C9B is Cyan = 0.14, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB13476155-
CMYK0.140.5100.39
HSL284.05º34.2%45.29%-
HSV(B)284.05º50.97%60.78%-
XYZ18.3312.632.48-
YUV102.35157.72150.58-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 36.71%
GREEN value IS 76 (30.08% from 255) = 20.82%
BLUE value IS 155 (60.94% from 255) = 42.47%
R=36.71%
G=20.82%
B=42.47%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal134761550.140.5100.39284.0534.245.29
Hex864C9BE3302711c222d
Octal20611423316630474344255
Binary1000011010011001001101111101100110100111100011100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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