#864895

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

Shades of Vivid Violet #864895

Tints of Vivid Violet #864895

Color information

#864895 (or 0x864895) is unknown color: approx Vivid Violet. HEX triplet: 86, 48 and 95. RGB value is (134,72,149). Sum of RGB (Red+Green+Blue) = 134+72+149=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 149 (58.59% from 255 or 41.97% from 355); Max value from RGB is 149 - color contains mainly: blue. Hex color #864895 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864895 is #79B76A. Grayscale: #636363. Windows color (decimal): -7976811 or 9783430. OLE color: 9783430.

HSL color Cylindrical-coordinate representation of color #864895: hue angle of 288.31º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #864895 is Cyan = 0.10, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13472149-
CMYK0.100.5200.42
HSL288.31º34.84%43.33%-
HSV(B)288.31º51.68%58.43%-
XYZ17.5711.8729.8-
YUV99.32156.04152.74-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 149 (58.59% from 255) = 41.97%
R=37.75%
G=20.28%
B=41.97%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal134721490.100.5200.42288.3134.8443.33
Hex864895A3402A120232b
Octal20611022512640524404353
Binary1000011010010001001010110101101000101010100100000100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864895

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864895; }

 p { color: rgb(134,72,149); }

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

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

 a { background-color: rgb(134,72,149); }

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

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

 span { border-color: rgb(134,72,149); }

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