#853AF8

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

Shades of Blue Violet #853AF8

Tints of Blue Violet #853AF8

Color information

#853AF8 (or 0x853AF8) is unknown color: approx Blue Violet. HEX triplet: 85, 3A and F8. RGB value is (133,58,248). Sum of RGB (Red+Green+Blue) = 133+58+248=439 (58% of max value = 765). Red value is 133 (52.34% from 255 or 30.30% from 439); Green value is 58 (23.05% from 255 or 13.21% from 439); Blue value is 248 (97.27% from 255 or 56.49% from 439); Max value from RGB is 248 - color contains mainly: blue. Hex color #853AF8 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853AF8 is #7AC507. Grayscale: #656565. Windows color (decimal): -8045832 or 16267909. OLE color: 16267909.

HSL color Cylindrical-coordinate representation of color #853AF8: hue angle of 263.68º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #853AF8 is Cyan = 0.46, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB13358248-
CMYK0.460.7700.03
HSL263.68º93.14%60%-
HSV(B)263.68º76.61%97.25%-
XYZ28.1314.7990.18-
YUV102.08210.35150.05-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 30.30%
GREEN value IS 58 (23.05% from 255) = 13.21%
BLUE value IS 248 (97.27% from 255) = 56.49%
R=30.30%
G=13.21%
B=56.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal133582480.460.7700.03263.6893.1460
Hex853AF82E4D031085d3c
Octal20572370561150341013574
Binary100001011110101111100010111010011010111000010001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853AF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,58,248); }

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

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

 a { background-color: rgb(133,58,248); }

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

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

 span { border-color: rgb(133,58,248); }

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