#864D8E

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

Shades of Vivid Violet #864D8E

Tints of Vivid Violet #864D8E

Color information

#864D8E (or 0x864D8E) is unknown color: approx Vivid Violet. HEX triplet: 86, 4D and 8E. RGB value is (134,77,142). Sum of RGB (Red+Green+Blue) = 134+77+142=353 (46% of max value = 765). Red value is 134 (52.73% from 255 or 37.96% from 353); Green value is 77 (30.47% from 255 or 21.81% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 142 - color contains mainly: blue. Hex color #864D8E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #864D8E is #79B271. Grayscale: #656565. Windows color (decimal): -7975538 or 9325958. OLE color: 9325958.

HSL color Cylindrical-coordinate representation of color #864D8E: hue angle of 292.62º degrees, saturation: 0.3, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #864D8E is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB13477142-
CMYK0.060.4600.44
HSL292.62º29.68%42.94%-
HSV(B)292.62º45.77%55.69%-
XYZ17.3712.3327.06-
YUV101.45150.88151.21-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.96%
GREEN value IS 77 (30.47% from 255) = 21.81%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=37.96%
G=21.81%
B=40.23%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134771420.060.4600.44292.6229.6842.94
Hex864D8E62E02C1251e2b
Octal2061152166560544453653
Binary10000110100110110001110110101110010110010010010111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864D8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,77,142); }

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

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

 a { background-color: rgb(134,77,142); }

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

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

 span { border-color: rgb(134,77,142); }

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