#864585

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

Shades of Vivid Violet #864585

Tints of Vivid Violet #864585

Color information

#864585 (or 0x864585) is unknown color: approx Vivid Violet. HEX triplet: 86, 45 and 85. RGB value is (134,69,133). Sum of RGB (Red+Green+Blue) = 134+69+133=336 (44% of max value = 765). Red value is 134 (52.73% from 255 or 39.88% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 134 - color contains mainly: red. Hex color #864585 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864585 is #79BA7A. Grayscale: #5F5F5F. Windows color (decimal): -7977595 or 8734086. OLE color: 8734086.

HSL color Cylindrical-coordinate representation of color #864585: hue angle of 300.92º 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 #864585 is Cyan = 0, Magento = 0.49, Yellow = 0.01 and Black (K on CMYK) = 0.47.

Color convert

RGB13469133-
CMYK00.490.010.47
HSL300.92º32.02%39.8%-
HSV(B)300.92º48.51%52.55%-
XYZ16.1911.0223.46-
YUV95.73149.03155.3-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 39.88%
GREEN value IS 69 (27.34% from 255) = 20.54%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=39.88%
G=20.54%
B=39.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.01
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1346913300.490.010.47300.9232.0239.8
Hex86458503112F12d2028
Octal2061052050611574554050
Binary1000011010001011000010101100011101111100101101100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864585; }

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

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

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

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

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

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

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

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