#8513AE

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

Shades of Dark Violet #8513AE

Tints of Dark Violet #8513AE

Color information

#8513AE (or 0x8513AE) is unknown color: approx Dark Violet. HEX triplet: 85, 13 and AE. RGB value is (133,19,174). Sum of RGB (Red+Green+Blue) = 133+19+174=326 (43% of max value = 765). Red value is 133 (52.34% from 255 or 40.80% from 326); Green value is 19 (7.81% from 255 or 5.83% from 326); Blue value is 174 (68.36% from 255 or 53.37% from 326); Max value from RGB is 174 - color contains mainly: blue. Hex color #8513AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #8513AE is #7AEC51. Grayscale: #464646. Windows color (decimal): -8055890 or 11408261. OLE color: 11408261.

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

Color convert

RGB13319174-
CMYK0.240.8900.32
HSL284.13º80.31%37.84%-
HSV(B)284.13º89.08%68.24%-
XYZ17.558.5140.76-
YUV70.76186.27172.4-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 40.80%
GREEN value IS 19 (7.81% from 255) = 5.83%
BLUE value IS 174 (68.36% from 255) = 53.37%
R=40.80%
G=5.83%
B=53.37%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal133191740.240.8900.32284.1380.3137.84
Hex8513AE185902011c5026
Octal205232563013104043412046
Binary10000101100111010111011000101100101000001000111001010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8513AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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