#864599

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

Shades of Vivid Violet #864599

Tints of Vivid Violet #864599

Color information

#864599 (or 0x864599) is unknown color: approx Vivid Violet. HEX triplet: 86, 45 and 99. RGB value is (134,69,153). Sum of RGB (Red+Green+Blue) = 134+69+153=356 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.64% from 356); Green value is 69 (27.34% from 255 or 19.38% from 356); Blue value is 153 (60.16% from 255 or 42.98% from 356); Max value from RGB is 153 - color contains mainly: blue. Hex color #864599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864599 is #79BA66. Grayscale: #616161. Windows color (decimal): -7977575 or 10044806. OLE color: 10044806.

HSL color Cylindrical-coordinate representation of color #864599: hue angle of 286.43º degrees, saturation: 0.38, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #864599 is Cyan = 0.12, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13469153-
CMYK0.120.5500.4
HSL286.43º37.84%43.53%-
HSV(B)286.43º54.9%60%-
XYZ17.7111.6231.45-
YUV98.01159.03153.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.64%
GREEN value IS 69 (27.34% from 255) = 19.38%
BLUE value IS 153 (60.16% from 255) = 42.98%
R=37.64%
G=19.38%
B=42.98%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134691530.120.5500.4286.4337.8443.53
Hex864599C3702811e262c
Octal20610523114670504364654
Binary1000011010001011001100111001101110101000100011110100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864599; }

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

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

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

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

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

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

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

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