#864796

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

Shades of Vivid Violet #864796

Tints of Vivid Violet #864796

Color information

#864796 (or 0x864796) is unknown color: approx Vivid Violet. HEX triplet: 86, 47 and 96. RGB value is (134,71,150). Sum of RGB (Red+Green+Blue) = 134+71+150=355 (47% of max value = 765). Red value is 134 (52.73% from 255 or 37.75% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 150 (58.98% from 255 or 42.25% from 355); Max value from RGB is 150 - color contains mainly: blue. Hex color #864796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #864796 is #79B869. Grayscale: #626262. Windows color (decimal): -7977066 or 9848710. OLE color: 9848710.

HSL color Cylindrical-coordinate representation of color #864796: hue angle of 287.85º degrees, saturation: 0.36, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #864796 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB13471150-
CMYK0.110.5300.41
HSL287.85º35.75%43.33%-
HSV(B)287.85º52.67%58.82%-
XYZ17.5911.7830.2-
YUV98.84156.87153.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 37.75%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 150 (58.98% from 255) = 42.25%
R=37.75%
G=20%
B=42.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal134711500.110.5300.41287.8535.7543.33
Hex864796B35029120242b
Octal20610722613650514404453
Binary1000011010001111001011010111101010101001100100000100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #864796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #864796; }

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

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

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

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

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

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

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

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