#853DF6

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

Shades of Blue Violet #853DF6

Tints of Blue Violet #853DF6

Color information

#853DF6 (or 0x853DF6) is unknown color: approx Blue Violet. HEX triplet: 85, 3D and F6. RGB value is (133,61,246). Sum of RGB (Red+Green+Blue) = 133+61+246=440 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.23% from 440); Green value is 61 (24.22% from 255 or 13.86% from 440); Blue value is 246 (96.48% from 255 or 55.91% from 440); Max value from RGB is 246 - color contains mainly: blue. Hex color #853DF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853DF6 is #7AC209. Grayscale: #666666. Windows color (decimal): -8045066 or 16137605. OLE color: 16137605.

HSL color Cylindrical-coordinate representation of color #853DF6: hue angle of 263.35º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #853DF6 is Cyan = 0.46, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB13361246-
CMYK0.460.7500.04
HSL263.35º91.13%60.2%-
HSV(B)263.35º75.2%96.47%-
XYZ27.9814.9888.61-
YUV103.62208.35148.96-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.23%
GREEN value IS 61 (24.22% from 255) = 13.86%
BLUE value IS 246 (96.48% from 255) = 55.91%
R=30.23%
G=13.86%
B=55.91%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal133612460.460.7500.04263.3591.1360.2
Hex853DF62E4B041075b3c
Octal20575366561130440713374
Binary1000010111110111110110101110100101101001000001111011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853DF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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