#8524AB

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

Shades of Vivid Violet #8524AB

Tints of Vivid Violet #8524AB

Color information

#8524AB (or 0x8524AB) is unknown color: approx Vivid Violet. HEX triplet: 85, 24 and AB. RGB value is (133,36,171). Sum of RGB (Red+Green+Blue) = 133+36+171=340 (45% of max value = 765). Red value is 133 (52.34% from 255 or 39.12% from 340); Green value is 36 (14.45% from 255 or 10.59% from 340); Blue value is 171 (67.19% from 255 or 50.29% from 340); Max value from RGB is 171 - color contains mainly: blue. Hex color #8524AB is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #8524AB is #7ADB54. Grayscale: #4F4F4F. Windows color (decimal): -8051541 or 11216005. OLE color: 11216005.

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

Color convert

RGB13336171-
CMYK0.220.7900.33
HSL283.11º65.22%40.59%-
HSV(B)283.11º78.95%67.06%-
XYZ17.659.1939.37-
YUV80.39179.14165.52-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 39.12%
GREEN value IS 36 (14.45% from 255) = 10.59%
BLUE value IS 171 (67.19% from 255) = 50.29%
R=39.12%
G=10.59%
B=50.29%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal133361710.220.7900.33283.1165.2240.59
Hex8524AB164F02111b4129
Octal205442532611704143310151
Binary100001011001001010101110110100111101000011000110111000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8524AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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