#853DF1

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

Shades of Blue Violet #853DF1

Tints of Blue Violet #853DF1

Color information

#853DF1 (or 0x853DF1) is unknown color: approx Blue Violet. HEX triplet: 85, 3D and F1. RGB value is (133,61,241). Sum of RGB (Red+Green+Blue) = 133+61+241=435 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.57% from 435); Green value is 61 (24.22% from 255 or 14.02% from 435); Blue value is 241 (94.53% from 255 or 55.40% from 435); Max value from RGB is 241 - color contains mainly: blue. Hex color #853DF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853DF1 is #7AC20E. Grayscale: #666666. Windows color (decimal): -8045071 or 15809925. OLE color: 15809925.

HSL color Cylindrical-coordinate representation of color #853DF1: hue angle of 264º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853DF1 is Cyan = 0.45, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13361241-
CMYK0.450.7500.05
HSL264º86.54%59.22%-
HSV(B)264º74.69%94.51%-
XYZ27.2214.6784.62-
YUV103.05205.85149.36-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.57%
GREEN value IS 61 (24.22% from 255) = 14.02%
BLUE value IS 241 (94.53% from 255) = 55.40%
R=30.57%
G=14.02%
B=55.40%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal133612410.450.7500.0526486.5459.22
Hex853DF12D4B05108573b
Octal20575361551130541012773
Binary1000010111110111110001101101100101101011000010001010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853DF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,61,241); }

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

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

 a { background-color: rgb(133,61,241); }

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

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

 span { border-color: rgb(133,61,241); }

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