#853EA6

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

Shades of Vivid Violet #853EA6

Tints of Vivid Violet #853EA6

Color information

#853EA6 (or 0x853EA6) is unknown color: approx Vivid Violet. HEX triplet: 85, 3E and A6. RGB value is (133,62,166). Sum of RGB (Red+Green+Blue) = 133+62+166=361 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.84% from 361); Green value is 62 (24.61% from 255 or 17.17% from 361); Blue value is 166 (65.23% from 255 or 45.98% from 361); Max value from RGB is 166 - color contains mainly: blue. Hex color #853EA6 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853EA6 is #7AC159. Grayscale: #5E5E5E. Windows color (decimal): -8044890 or 10894981. OLE color: 10894981.

HSL color Cylindrical-coordinate representation of color #853EA6: hue angle of 280.96º degrees, saturation: 0.46, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853EA6 is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB13362166-
CMYK0.200.6300.35
HSL280.96º45.61%44.71%-
HSV(B)280.96º62.65%65.1%-
XYZ18.2811.1837.27-
YUV95.08168.02155.04-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.84%
GREEN value IS 62 (24.61% from 255) = 17.17%
BLUE value IS 166 (65.23% from 255) = 45.98%
R=36.84%
G=17.17%
B=45.98%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal133621660.200.6300.35280.9645.6144.71
Hex853EA6143F0231192e2d
Octal2057624624770434315655
Binary1000010111111010100110101001111110100011100011001101110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853EA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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