#8516AE

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

Shades of Vivid Violet #8516AE

Tints of Vivid Violet #8516AE

Color information

#8516AE (or 0x8516AE) is unknown color: approx Vivid Violet. HEX triplet: 85, 16 and AE. RGB value is (133,22,174). Sum of RGB (Red+Green+Blue) = 133+22+174=329 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.43% from 329); Green value is 22 (8.98% from 255 or 6.69% from 329); Blue value is 174 (68.36% from 255 or 52.89% from 329); Max value from RGB is 174 - color contains mainly: blue. Hex color #8516AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8516AE is #7AE951. Grayscale: #484848. Windows color (decimal): -8055122 or 11409029. OLE color: 11409029.

HSL color Cylindrical-coordinate representation of color #8516AE: hue angle of 283.82º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #8516AE is Cyan = 0.24, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB13322174-
CMYK0.240.8700.32
HSL283.82º77.55%38.43%-
HSV(B)283.82º87.36%68.24%-
XYZ17.68.6240.78-
YUV72.52185.27171.14-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.43%
GREEN value IS 22 (8.98% from 255) = 6.69%
BLUE value IS 174 (68.36% from 255) = 52.89%
R=40.43%
G=6.69%
B=52.89%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133221740.240.8700.32283.8277.5538.43
Hex8516AE185702011c4e26
Octal205262563012704043411646
Binary10000101101101010111011000101011101000001000111001001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8516AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8516AE; }

 p { color: rgb(133,22,174); }

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

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

 a { background-color: rgb(133,22,174); }

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

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

 span { border-color: rgb(133,22,174); }

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