#864499

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

Shades of Vivid Violet #864499

Tints of Vivid Violet #864499

Color information

#864499 (or 0x864499) is unknown color: approx Vivid Violet. HEX triplet: 86, 44 and 99. RGB value is (134,68,153). Sum of RGB (Red+Green+Blue) = 134+68+153=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 68 (26.95% from 255 or 19.15% from 355); Blue value is 153 (60.16% from 255 or 43.10% from 355); Max value from RGB is 153 - color contains mainly: blue. Hex color #864499 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864499 is #79BB66. Grayscale: #616161. Windows color (decimal): -7977831 or 10044550. OLE color: 10044550.

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

Color convert

RGB13468153-
CMYK0.120.5600.4
HSL286.59º38.46%43.33%-
HSV(B)286.59º55.56%60%-
XYZ17.6511.531.43-
YUV97.42159.37154.09-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 68 (26.95% from 255) = 19.15%
BLUE value IS 153 (60.16% from 255) = 43.10%
R=37.75%
G=19.15%
B=43.10%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal134681530.120.5600.4286.5938.4643.33
Hex864499C3802811f262b
Octal20610423114700504374653
Binary1000011010001001001100111001110000101000100011111100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864499

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864499; }

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

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

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

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

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

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

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

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