#853BDE

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

Shades of Blue Violet #853BDE

Tints of Blue Violet #853BDE

Color information

#853BDE (or 0x853BDE) is unknown color: approx Blue Violet. HEX triplet: 85, 3B and DE. RGB value is (133,59,222). Sum of RGB (Red+Green+Blue) = 133+59+222=414 (54% of max value = 765). Red value is 133 (52.34% from 255 or 32.13% from 414); Green value is 59 (23.44% from 255 or 14.25% from 414); Blue value is 222 (87.11% from 255 or 53.62% from 414); Max value from RGB is 222 - color contains mainly: blue. Hex color #853BDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BDE is #7AC421. Grayscale: #636363. Windows color (decimal): -8045602 or 14564229. OLE color: 14564229.

HSL color Cylindrical-coordinate representation of color #853BDE: hue angle of 267.24º degrees, saturation: 0.71, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853BDE is Cyan = 0.40, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13359222-
CMYK0.400.7300.13
HSL267.24º71.18%55.1%-
HSV(B)267.24º73.42%87.06%-
XYZ24.4213.3970.4-
YUV99.71197.02151.75-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 32.13%
GREEN value IS 59 (23.44% from 255) = 14.25%
BLUE value IS 222 (87.11% from 255) = 53.62%
R=32.13%
G=14.25%
B=53.62%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal133592220.400.7300.13267.2471.1855.1
Hex853BDE28490D10b4737
Octal205733365011101541310767
Binary10000101111011110111101010001001001011011000010111000111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853BDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,59,222); }

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

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

 a { background-color: rgb(133,59,222); }

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

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

 span { border-color: rgb(133,59,222); }

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