#853FA8

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

Shades of Vivid Violet #853FA8

Tints of Vivid Violet #853FA8

Color information

#853FA8 (or 0x853FA8) is unknown color: approx Vivid Violet. HEX triplet: 85, 3F and A8. RGB value is (133,63,168). Sum of RGB (Red+Green+Blue) = 133+63+168=364 (48% of max value = 765). Red value is 133 (52.34% from 255 or 36.54% from 364); Green value is 63 (25% from 255 or 17.31% from 364); Blue value is 168 (66.02% from 255 or 46.15% from 364); Max value from RGB is 168 - color contains mainly: blue. Hex color #853FA8 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853FA8 is #7AC057. Grayscale: #5F5F5F. Windows color (decimal): -8044632 or 11026309. OLE color: 11026309.

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

Color convert

RGB13363168-
CMYK0.210.6300.34
HSL280º45.45%45.29%-
HSV(B)280º62.5%65.88%-
XYZ18.5211.3738.26-
YUV95.9168.69154.46-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.54%
GREEN value IS 63 (25% from 255) = 17.31%
BLUE value IS 168 (66.02% from 255) = 46.15%
R=36.54%
G=17.31%
B=46.15%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal133631680.210.6300.3428045.4545.29
Hex853FA8153F0221182d2d
Octal2057725025770424305555
Binary1000010111111110101000101011111110100010100011000101101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853FA8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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