#853DEF

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

Shades of Blue Violet #853DEF

Tints of Blue Violet #853DEF

Color information

#853DEF (or 0x853DEF) is unknown color: approx Blue Violet. HEX triplet: 85, 3D and EF. RGB value is (133,61,239). Sum of RGB (Red+Green+Blue) = 133+61+239=433 (57% of max value = 765). Red value is 133 (52.34% from 255 or 30.72% from 433); Green value is 61 (24.22% from 255 or 14.09% from 433); Blue value is 239 (93.75% from 255 or 55.20% from 433); Max value from RGB is 239 - color contains mainly: blue. Hex color #853DEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853DEF is #7AC210. Grayscale: #666666. Windows color (decimal): -8045073 or 15678853. OLE color: 15678853.

HSL color Cylindrical-coordinate representation of color #853DEF: hue angle of 264.27º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #853DEF is Cyan = 0.44, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB13361239-
CMYK0.440.7400.06
HSL264.27º84.76%58.82%-
HSV(B)264.27º74.48%93.73%-
XYZ26.9214.5683.05-
YUV102.82204.85149.53-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.72%
GREEN value IS 61 (24.22% from 255) = 14.09%
BLUE value IS 239 (93.75% from 255) = 55.20%
R=30.72%
G=14.09%
B=55.20%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal133612390.440.7400.06264.2784.7658.82
Hex853DEF2C4A06108553b
Octal20575357541120641012573
Binary1000010111110111101111101100100101001101000010001010101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853DEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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