#8529AB

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

Shades of Vivid Violet #8529AB

Tints of Vivid Violet #8529AB

Color information

#8529AB (or 0x8529AB) is unknown color: approx Vivid Violet. HEX triplet: 85, 29 and AB. RGB value is (133,41,171). Sum of RGB (Red+Green+Blue) = 133+41+171=345 (45% of max value = 765). Red value is 133 (52.34% from 255 or 38.55% from 345); Green value is 41 (16.41% from 255 or 11.88% from 345); Blue value is 171 (67.19% from 255 or 49.57% from 345); Max value from RGB is 171 - color contains mainly: blue. Hex color #8529AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8529AB is #7AD654. Grayscale: #525252. Windows color (decimal): -8050261 or 11217285. OLE color: 11217285.

HSL color Cylindrical-coordinate representation of color #8529AB: hue angle of 282.46º degrees, saturation: 0.61, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #8529AB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB13341171-
CMYK0.220.7600.33
HSL282.46º61.32%41.57%-
HSV(B)282.46º76.02%67.06%-
XYZ17.829.5139.43-
YUV83.33177.48163.43-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 38.55%
GREEN value IS 41 (16.41% from 255) = 11.88%
BLUE value IS 171 (67.19% from 255) = 49.57%
R=38.55%
G=11.88%
B=49.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133411710.220.7600.33282.4661.3241.57
Hex8529AB164C02111a3d2a
Octal20551253261140414327552
Binary10000101101001101010111011010011000100001100011010111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8529AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8529AB; }

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

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

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

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

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

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

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

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