#854797

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

Shades of Vivid Violet #854797

Tints of Vivid Violet #854797

Color information

#854797 (or 0x854797) is unknown color: approx Vivid Violet. HEX triplet: 85, 47 and 97. RGB value is (133,71,151). Sum of RGB (Red+Green+Blue) = 133+71+151=355 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.46% from 355); Green value is 71 (28.12% from 255 or 20% from 355); Blue value is 151 (59.38% from 255 or 42.54% from 355); Max value from RGB is 151 - color contains mainly: blue. Hex color #854797 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #854797 is #7AB868. Grayscale: #626262. Windows color (decimal): -8042601 or 9914245. OLE color: 9914245.

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

Color convert

RGB13371151-
CMYK0.120.5300.41
HSL286.5º36.04%43.53%-
HSV(B)286.5º52.98%59.22%-
XYZ17.5111.7330.62-
YUV98.66157.54152.5-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.46%
GREEN value IS 71 (28.12% from 255) = 20%
BLUE value IS 151 (59.38% from 255) = 42.54%
R=37.46%
G=20%
B=42.54%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal133711510.120.5300.41286.536.0443.53
Hex854797C3502911e242c
Octal20510722714650514364454
Binary1000010110001111001011111001101010101001100011110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854797

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854797; }

 p { color: rgb(133,71,151); }

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

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

 a { background-color: rgb(133,71,151); }

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

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

 span { border-color: rgb(133,71,151); }

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