#853286

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

Shades of Vivid Violet #853286

Tints of Vivid Violet #853286

Color information

#853286 (or 0x853286) is unknown color: approx Vivid Violet. HEX triplet: 85, 32 and 86. RGB value is (133,50,134). Sum of RGB (Red+Green+Blue) = 133+50+134=317 (41% of max value = 765). Red value is 133 (52.34% from 255 or 41.96% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 134 (52.73% from 255 or 42.27% from 317); Max value from RGB is 134 - color contains mainly: blue. Hex color #853286 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853286 is #7ACD79. Grayscale: #545454. Windows color (decimal): -8047994 or 8794757. OLE color: 8794757.

HSL color Cylindrical-coordinate representation of color #853286: hue angle of 299.29º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #853286 is Cyan = 0.01, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13350134-
CMYK0.010.6300.47
HSL299.29º45.65%36.08%-
HSV(B)299.29º62.69%52.55%-
XYZ15.128.9923.49-
YUV84.39156162.67-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 41.96%
GREEN value IS 50 (19.92% from 255) = 15.77%
BLUE value IS 134 (52.73% from 255) = 42.27%
R=41.96%
G=15.77%
B=42.27%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal133501340.010.6300.47299.2945.6536.08
Hex85328613F02F12b2e24
Octal205622061770574535644
Binary100001011100101000011011111110101111100101011101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853286

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #853286; }

 p { color: rgb(133,50,134); }

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

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

 a { background-color: rgb(133,50,134); }

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

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

 span { border-color: rgb(133,50,134); }

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