#8520AB

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

Shades of Vivid Violet #8520AB

Tints of Vivid Violet #8520AB

Color information

#8520AB (or 0x8520AB) is unknown color: approx Vivid Violet. HEX triplet: 85, 20 and AB. RGB value is (133,32,171). Sum of RGB (Red+Green+Blue) = 133+32+171=336 (44% of max value = 765). Red value is 133 (52.34% from 255 or 39.58% from 336); Green value is 32 (12.89% from 255 or 9.52% from 336); Blue value is 171 (67.19% from 255 or 50.89% from 336); Max value from RGB is 171 - color contains mainly: blue. Hex color #8520AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8520AB is #7ADF54. Grayscale: #4D4D4D. Windows color (decimal): -8052565 or 11214981. OLE color: 11214981.

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

Color convert

RGB13332171-
CMYK0.220.8100.33
HSL283.6º68.47%39.8%-
HSV(B)283.6º81.29%67.06%-
XYZ17.548.9639.33-
YUV78.04180.46167.2-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.58%
GREEN value IS 32 (12.89% from 255) = 9.52%
BLUE value IS 171 (67.19% from 255) = 50.89%
R=39.58%
G=9.52%
B=50.89%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133321710.220.8100.33283.668.4739.8
Hex8520AB165102111c4428
Octal205402532612104143410450
Binary100001011000001010101110110101000101000011000111001000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8520AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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