#853AD2

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

Shades of Blue Violet #853AD2

Tints of Blue Violet #853AD2

Color information

#853AD2 (or 0x853AD2) is unknown color: approx Blue Violet. HEX triplet: 85, 3A and D2. RGB value is (133,58,210). Sum of RGB (Red+Green+Blue) = 133+58+210=401 (53% of max value = 765). Red value is 133 (52.34% from 255 or 33.17% from 401); Green value is 58 (23.05% from 255 or 14.46% from 401); Blue value is 210 (82.42% from 255 or 52.37% from 401); Max value from RGB is 210 - color contains mainly: blue. Hex color #853AD2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853AD2 is #7AC52D. Grayscale: #616161. Windows color (decimal): -8045870 or 13777541. OLE color: 13777541.

HSL color Cylindrical-coordinate representation of color #853AD2: hue angle of 269.61º degrees, saturation: 0.63, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #853AD2 is Cyan = 0.37, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB13358210-
CMYK0.370.7200.18
HSL269.61º62.81%52.55%-
HSV(B)269.61º72.38%82.35%-
XYZ22.8212.6762.21-
YUV97.75191.35153.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.17%
GREEN value IS 58 (23.05% from 255) = 14.46%
BLUE value IS 210 (82.42% from 255) = 52.37%
R=33.17%
G=14.46%
B=52.37%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal133582100.370.7200.18269.6162.8152.55
Hex853AD2254801210e3f35
Octal20572322451100224167765
Binary10000101111010110100101001011001000010010100001110111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853AD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,58,210); }

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

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

 a { background-color: rgb(133,58,210); }

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

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

 span { border-color: rgb(133,58,210); }

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