#853CA5

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

Shades of Vivid Violet #853CA5

Tints of Vivid Violet #853CA5

Color information

#853CA5 (or 0x853CA5) is unknown color: approx Vivid Violet. HEX triplet: 85, 3C and A5. RGB value is (133,60,165). Sum of RGB (Red+Green+Blue) = 133+60+165=358 (47% of max value = 765). Red value is 133 (52.34% from 255 or 37.15% from 358); Green value is 60 (23.83% from 255 or 16.76% from 358); Blue value is 165 (64.84% from 255 or 46.09% from 358); Max value from RGB is 165 - color contains mainly: blue. Hex color #853CA5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853CA5 is #7AC35A. Grayscale: #5D5D5D. Windows color (decimal): -8045403 or 10828933. OLE color: 10828933.

HSL color Cylindrical-coordinate representation of color #853CA5: hue angle of 281.71º degrees, saturation: 0.47, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #853CA5 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13360165-
CMYK0.190.6400.35
HSL281.71º46.67%44.12%-
HSV(B)281.71º63.64%64.71%-
XYZ18.0810.9336.76-
YUV93.8168.18155.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 37.15%
GREEN value IS 60 (23.83% from 255) = 16.76%
BLUE value IS 165 (64.84% from 255) = 46.09%
R=37.15%
G=16.76%
B=46.09%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133601650.190.6400.35281.7146.6744.12
Hex853CA5134002311a2f2c
Octal20574245231000434325754
Binary10000101111100101001011001110000000100011100011010101111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853CA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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