#853BCF

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

Shades of Blue Violet #853BCF

Tints of Blue Violet #853BCF

Color information

#853BCF (or 0x853BCF) is unknown color: approx Blue Violet. HEX triplet: 85, 3B and CF. RGB value is (133,59,207). Sum of RGB (Red+Green+Blue) = 133+59+207=399 (52% of max value = 765). Red value is 133 (52.34% from 255 or 33.33% from 399); Green value is 59 (23.44% from 255 or 14.79% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #853BCF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #853BCF is #7AC430. Grayscale: #616161. Windows color (decimal): -8045617 or 13581189. OLE color: 13581189.

HSL color Cylindrical-coordinate representation of color #853BCF: hue angle of 270º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #853BCF is Cyan = 0.36, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB13359207-
CMYK0.360.7100.19
HSL270º60.66%52.16%-
HSV(B)270º71.5%81.18%-
XYZ22.512.6260.28-
YUV98189.52152.97-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 33.33%
GREEN value IS 59 (23.44% from 255) = 14.79%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=33.33%
G=14.79%
B=51.88%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal133592070.360.7100.1927060.6652.16
Hex853BCF244701310e3d34
Octal20573317441070234167564
Binary10000101111011110011111001001000111010011100001110111101110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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