#864587

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

Shades of Vivid Violet #864587

Tints of Vivid Violet #864587

Color information

#864587 (or 0x864587) is unknown color: approx Vivid Violet. HEX triplet: 86, 45 and 87. RGB value is (134,69,135). Sum of RGB (Red+Green+Blue) = 134+69+135=338 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.64% from 338); Green value is 69 (27.34% from 255 or 20.41% from 338); Blue value is 135 (53.12% from 255 or 39.94% from 338); Max value from RGB is 135 - color contains mainly: blue. Hex color #864587 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864587 is #79BA78. Grayscale: #5F5F5F. Windows color (decimal): -7977593 or 8865158. OLE color: 8865158.

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

Color convert

RGB13469135-
CMYK0.010.4900.47
HSL299.09º32.35%40%-
HSV(B)299.09º48.89%52.94%-
XYZ16.3311.0724.2-
YUV95.96150.03155.13-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.64%
GREEN value IS 69 (27.34% from 255) = 20.41%
BLUE value IS 135 (53.12% from 255) = 39.94%
R=39.64%
G=20.41%
B=39.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal134691350.010.4900.47299.0932.3540
Hex86458713102F12b2028
Octal2061052071610574534050
Binary1000011010001011000011111100010101111100101011100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864587

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864587; }

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

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

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

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

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

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

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

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