#853F80

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

Shades of Vivid Violet #853F80

Tints of Vivid Violet #853F80

Color information

#853F80 (or 0x853F80) is unknown color: approx Vivid Violet. HEX triplet: 85, 3F and 80. RGB value is (133,63,128). Sum of RGB (Red+Green+Blue) = 133+63+128=324 (42% of max value = 765). Red value is 133 (52.34% from 255 or 41.05% from 324); Green value is 63 (25% from 255 or 19.44% from 324); Blue value is 128 (50.39% from 255 or 39.51% from 324); Max value from RGB is 133 - color contains mainly: red. Hex color #853F80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853F80 is #7AC07F. Grayscale: #5B5B5B. Windows color (decimal): -8044672 or 8404869. OLE color: 8404869.

HSL color Cylindrical-coordinate representation of color #853F80: hue angle of 304.29º degrees, saturation: 0.36, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F80 is Cyan = 0, Magento = 0.53, Yellow = 0.04 and Black (K on CMYK) = 0.48.

Color convert

RGB13363128-
CMYK00.530.040.48
HSL304.29º35.71%38.43%-
HSV(B)304.29º52.63%52.16%-
XYZ15.3510.121.56-
YUV91.34148.69157.71-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.05%
GREEN value IS 63 (25% from 255) = 19.44%
BLUE value IS 128 (50.39% from 255) = 39.51%
R=41.05%
G=19.44%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.04
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1336312800.530.040.48304.2935.7138.43
Hex853F800354301302426
Octal205772000654604604446
Binary10000101111111100000000110101100110000100110000100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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