#853AAB

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

Shades of Vivid Violet #853AAB

Tints of Vivid Violet #853AAB

Color information

#853AAB (or 0x853AAB) is unknown color: approx Vivid Violet. HEX triplet: 85, 3A and AB. RGB value is (133,58,171). Sum of RGB (Red+Green+Blue) = 133+58+171=362 (47% of max value = 765). Red value is 133 (52.34% from 255 or 36.74% from 362); Green value is 58 (23.05% from 255 or 16.02% from 362); Blue value is 171 (67.19% from 255 or 47.24% from 362); Max value from RGB is 171 - color contains mainly: blue. Hex color #853AAB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #853AAB is #7AC554. Grayscale: #5C5C5C. Windows color (decimal): -8045909 or 11221637. OLE color: 11221637.

HSL color Cylindrical-coordinate representation of color #853AAB: hue angle of 279.82º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #853AAB is Cyan = 0.22, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13358171-
CMYK0.220.6600.33
HSL279.82º49.34%44.9%-
HSV(B)279.82º66.08%67.06%-
XYZ18.5410.9539.67-
YUV93.31171.85156.31-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 36.74%
GREEN value IS 58 (23.05% from 255) = 16.02%
BLUE value IS 171 (67.19% from 255) = 47.24%
R=36.74%
G=16.02%
B=47.24%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133581710.220.6600.33279.8249.3444.9
Hex853AAB1642021118312d
Octal20572253261020414306155
Binary10000101111010101010111011010000100100001100011000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #853AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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