#853699

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

Shades of Vivid Violet #853699

Tints of Vivid Violet #853699

Color information

#853699 (or 0x853699) is unknown color: approx Vivid Violet. HEX triplet: 85, 36 and 99. RGB value is (133,54,153). Sum of RGB (Red+Green+Blue) = 133+54+153=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 54 (21.48% from 255 or 15.88% from 340); Blue value is 153 (60.16% from 255 or 45% from 340); Max value from RGB is 153 - color contains mainly: blue. Hex color #853699 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853699 is #7AC966. Grayscale: #585858. Windows color (decimal): -8046951 or 10040965. OLE color: 10040965.

HSL color Cylindrical-coordinate representation of color #853699: hue angle of 287.88º degrees, saturation: 0.48, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #853699 is Cyan = 0.13, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB13354153-
CMYK0.130.6500.4
HSL287.88º47.83%40.59%-
HSV(B)287.88º64.71%60%-
XYZ16.749.9231.17-
YUV88.91164.17159.45-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 54 (21.48% from 255) = 15.88%
BLUE value IS 153 (60.16% from 255) = 45%
R=39.12%
G=15.88%
B=45%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal133541530.130.6500.4287.8847.8340.59
Hex853699D410281203029
Octal20566231151010504406051
Binary1000010111011010011001110110000010101000100100000110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853699; }

 p { color: rgb(133,54,153); }

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

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

 a { background-color: rgb(133,54,153); }

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

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

 span { border-color: rgb(133,54,153); }

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