#853F87

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

Shades of Vivid Violet #853F87

Tints of Vivid Violet #853F87

Color information

#853F87 (or 0x853F87) is unknown color: approx Vivid Violet. HEX triplet: 85, 3F and 87. RGB value is (133,63,135). Sum of RGB (Red+Green+Blue) = 133+63+135=331 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.18% from 331); Green value is 63 (25% from 255 or 19.03% from 331); Blue value is 135 (53.12% from 255 or 40.79% from 331); Max value from RGB is 135 - color contains mainly: blue. Hex color #853F87 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853F87 is #7AC078. Grayscale: #5B5B5B. Windows color (decimal): -8044665 or 8863621. OLE color: 8863621.

HSL color Cylindrical-coordinate representation of color #853F87: hue angle of 298.33º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #853F87 is Cyan = 0.01, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13363135-
CMYK0.010.5300.47
HSL298.33º36.36%38.82%-
HSV(B)298.33º53.33%52.94%-
XYZ15.8210.2924.07-
YUV92.14152.19157.15-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.18%
GREEN value IS 63 (25% from 255) = 19.03%
BLUE value IS 135 (53.12% from 255) = 40.79%
R=40.18%
G=19.03%
B=40.79%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133631350.010.5300.47298.3336.3638.82
Hex853F8713502F12a2427
Octal205772071650574524447
Binary100001011111111000011111101010101111100101010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853F87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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