#853EE6

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

Shades of Blue Violet #853EE6

Tints of Blue Violet #853EE6

Color information

#853EE6 (or 0x853EE6) is unknown color: approx Blue Violet. HEX triplet: 85, 3E and E6. RGB value is (133,62,230). Sum of RGB (Red+Green+Blue) = 133+62+230=425 (56% of max value = 765). Red value is 133 (52.34% from 255 or 31.29% from 425); Green value is 62 (24.61% from 255 or 14.59% from 425); Blue value is 230 (90.23% from 255 or 54.12% from 425); Max value from RGB is 230 - color contains mainly: blue. Hex color #853EE6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #853EE6 is #7AC119. Grayscale: #656565. Windows color (decimal): -8044826 or 15089285. OLE color: 15089285.

HSL color Cylindrical-coordinate representation of color #853EE6: hue angle of 265.36º degrees, saturation: 0.77, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #853EE6 is Cyan = 0.42, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB13362230-
CMYK0.420.7300.10
HSL265.36º77.06%57.25%-
HSV(B)265.36º73.04%90.2%-
XYZ25.6814.1476.24-
YUV102.38200.02149.84-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 31.29%
GREEN value IS 62 (24.61% from 255) = 14.59%
BLUE value IS 230 (90.23% from 255) = 54.12%
R=31.29%
G=14.59%
B=54.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal133622300.420.7300.10265.3677.0657.25
Hex853EE62A490A1094d39
Octal205763465211101241111571
Binary10000101111110111001101010101001001010101000010011001101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853EE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(133,62,230); }

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

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

 a { background-color: rgb(133,62,230); }

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

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

 span { border-color: rgb(133,62,230); }

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