#864B96

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

Shades of Vivid Violet #864B96

Tints of Vivid Violet #864B96

Color information

#864B96 (or 0x864B96) is unknown color: approx Vivid Violet. HEX triplet: 86, 4B and 96. RGB value is (134,75,150). Sum of RGB (Red+Green+Blue) = 134+75+150=359 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.33% from 359); Green value is 75 (29.69% from 255 or 20.89% from 359); Blue value is 150 (58.98% from 255 or 41.78% from 359); Max value from RGB is 150 - color contains mainly: blue. Hex color #864B96 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864B96 is #79B469. Grayscale: #646464. Windows color (decimal): -7976042 or 9849734. OLE color: 9849734.

HSL color Cylindrical-coordinate representation of color #864B96: hue angle of 287.2º degrees, saturation: 0.33, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #864B96 is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13475150-
CMYK0.110.500.41
HSL287.2º33.33%44.12%-
HSV(B)287.2º50%58.82%-
XYZ17.8512.330.29-
YUV101.19155.55151.4-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.33%
GREEN value IS 75 (29.69% from 255) = 20.89%
BLUE value IS 150 (58.98% from 255) = 41.78%
R=37.33%
G=20.89%
B=41.78%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134751500.110.500.41287.233.3344.12
Hex864B96B3202911f212c
Octal20611322613620514374154
Binary1000011010010111001011010111100100101001100011111100001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864B96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,75,150); }

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

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

 a { background-color: rgb(134,75,150); }

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

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

 span { border-color: rgb(134,75,150); }

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