#864A8E

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

Shades of Vivid Violet #864A8E

Tints of Vivid Violet #864A8E

Color information

#864A8E (or 0x864A8E) is unknown color: approx Vivid Violet. HEX triplet: 86, 4A and 8E. RGB value is (134,74,142). Sum of RGB (Red+Green+Blue) = 134+74+142=350 (46% of max value = 765). Red value is 134 (52.73% from 255 or 38.29% from 350); Green value is 74 (29.30% from 255 or 21.14% from 350); Blue value is 142 (55.86% from 255 or 40.57% from 350); Max value from RGB is 142 - color contains mainly: blue. Hex color #864A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864A8E is #79B571. Grayscale: #636363. Windows color (decimal): -7976306 or 9325190. OLE color: 9325190.

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

Color convert

RGB13474142-
CMYK0.060.4800.44
HSL292.94º31.48%42.35%-
HSV(B)292.94º47.89%55.69%-
XYZ17.1611.9226.99-
YUV99.69151.88152.47-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 38.29%
GREEN value IS 74 (29.30% from 255) = 21.14%
BLUE value IS 142 (55.86% from 255) = 40.57%
R=38.29%
G=21.14%
B=40.57%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal134741420.060.4800.44292.9431.4842.35
Hex864A8E63002C1251f2a
Octal2061122166600544453752
Binary10000110100101010001110110110000010110010010010111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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