#853C86

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

Shades of Vivid Violet #853C86

Tints of Vivid Violet #853C86

Color information

#853C86 (or 0x853C86) is unknown color: approx Vivid Violet. HEX triplet: 85, 3C and 86. RGB value is (133,60,134). Sum of RGB (Red+Green+Blue) = 133+60+134=327 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.67% from 327); Green value is 60 (23.83% from 255 or 18.35% from 327); Blue value is 134 (52.73% from 255 or 40.98% from 327); Max value from RGB is 134 - color contains mainly: blue. Hex color #853C86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853C86 is #7AC379. Grayscale: #5A5A5A. Windows color (decimal): -8045434 or 8797317. OLE color: 8797317.

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

Color convert

RGB13360134-
CMYK0.010.5500.47
HSL299.19º38.14%38.04%-
HSV(B)299.19º55.22%52.55%-
XYZ15.599.9423.65-
YUV90.26152.68158.48-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.67%
GREEN value IS 60 (23.83% from 255) = 18.35%
BLUE value IS 134 (52.73% from 255) = 40.98%
R=40.67%
G=18.35%
B=40.98%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133601340.010.5500.47299.1938.1438.04
Hex853C8613702F12b2626
Octal205742061670574534646
Binary100001011111001000011011101110101111100101011100110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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