#853CA8

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

Shades of Vivid Violet #853CA8

Tints of Vivid Violet #853CA8

Color information

#853CA8 (or 0x853CA8) is unknown color: approx Vivid Violet. HEX triplet: 85, 3C and A8. RGB value is (133,60,168). Sum of RGB (Red+Green+Blue) = 133+60+168=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 60 (23.83% from 255 or 16.62% from 361); Blue value is 168 (66.02% from 255 or 46.54% from 361); Max value from RGB is 168 - color contains mainly: blue. Hex color #853CA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853CA8 is #7AC357. Grayscale: #5D5D5D. Windows color (decimal): -8045400 or 11025541. OLE color: 11025541.

HSL color Cylindrical-coordinate representation of color #853CA8: hue angle of 280.56º degrees, saturation: 0.47, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853CA8 is Cyan = 0.21, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB13360168-
CMYK0.210.6400.34
HSL280.56º47.37%44.71%-
HSV(B)280.56º64.29%65.88%-
XYZ18.3611.0538.21-
YUV94.14169.68155.72-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 60 (23.83% from 255) = 16.62%
BLUE value IS 168 (66.02% from 255) = 46.54%
R=36.84%
G=16.62%
B=46.54%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133601680.210.6400.34280.5647.3744.71
Hex853CA815400221192f2d
Octal20574250251000424315755
Binary10000101111100101010001010110000000100010100011001101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853CA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853CA8; }

 p { color: rgb(133,60,168); }

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

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

 a { background-color: rgb(133,60,168); }

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

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

 span { border-color: rgb(133,60,168); }

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