#864787

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

Shades of Vivid Violet #864787

Tints of Vivid Violet #864787

Color information

#864787 (or 0x864787) is unknown color: approx Vivid Violet. HEX triplet: 86, 47 and 87. RGB value is (134,71,135). Sum of RGB (Red+Green+Blue) = 134+71+135=340 (45% of max value = 765). Red value is 134 (52.73% from 255 or 39.41% from 340); Green value is 71 (28.12% from 255 or 20.88% from 340); Blue value is 135 (53.12% from 255 or 39.71% from 340); Max value from RGB is 135 - color contains mainly: blue. Hex color #864787 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864787 is #79B878. Grayscale: #606060. Windows color (decimal): -7977081 or 8865670. OLE color: 8865670.

HSL color Cylindrical-coordinate representation of color #864787: hue angle of 299.06º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #864787 is Cyan = 0.01, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13471135-
CMYK0.010.4700.47
HSL299.06º31.07%40.39%-
HSV(B)299.06º47.41%52.94%-
XYZ16.4611.3224.24-
YUV97.13149.37154.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.41%
GREEN value IS 71 (28.12% from 255) = 20.88%
BLUE value IS 135 (53.12% from 255) = 39.71%
R=39.41%
G=20.88%
B=39.71%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134711350.010.4700.47299.0631.0740.39
Hex86478712F02F12b1f28
Octal2061072071570574533750
Binary100001101000111100001111101111010111110010101111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864787

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864787; }

 p { color: rgb(134,71,135); }

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

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

 a { background-color: rgb(134,71,135); }

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

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

 span { border-color: rgb(134,71,135); }

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