#853CA0

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

Shades of Vivid Violet #853CA0

Tints of Vivid Violet #853CA0

Color information

#853CA0 (or 0x853CA0) is unknown color: approx Vivid Violet. HEX triplet: 85, 3C and A0. RGB value is (133,60,160). Sum of RGB (Red+Green+Blue) = 133+60+160=353 (46% of max value = 765). Red value is 133 (52.34% from 255 or 37.68% from 353); Green value is 60 (23.83% from 255 or 17.00% from 353); Blue value is 160 (62.89% from 255 or 45.33% from 353); Max value from RGB is 160 - color contains mainly: blue. Hex color #853CA0 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853CA0 is #7AC35F. Grayscale: #5C5C5C. Windows color (decimal): -8045408 or 10501253. OLE color: 10501253.

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

Color convert

RGB13360160-
CMYK0.170.6200.37
HSL283.8º45.45%43.14%-
HSV(B)283.8º62.5%62.75%-
XYZ17.6310.7634.4-
YUV93.23165.68156.37-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.68%
GREEN value IS 60 (23.83% from 255) = 17.00%
BLUE value IS 160 (62.89% from 255) = 45.33%
R=37.68%
G=17.00%
B=45.33%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal133601600.170.6200.37283.845.4543.14
Hex853CA0113E02511c2d2b
Octal2057424021760454345553
Binary1000010111110010100000100011111100100101100011100101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853CA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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