#9513AE

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

Shades of Dark Violet #9513AE

Tints of Dark Violet #9513AE

Color information

#9513AE (or 0x9513AE) is unknown color: approx Dark Violet. HEX triplet: 95, 13 and AE. RGB value is (149,19,174). Sum of RGB (Red+Green+Blue) = 149+19+174=342 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.57% from 342); Green value is 19 (7.81% from 255 or 5.56% from 342); Blue value is 174 (68.36% from 255 or 50.88% from 342); Max value from RGB is 174 - color contains mainly: blue. Hex color #9513AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9513AE is #6AEC51. Grayscale: #4B4B4B. Windows color (decimal): -7007314 or 11408277. OLE color: 11408277.

HSL color Cylindrical-coordinate representation of color #9513AE: hue angle of 290.32º 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 #9513AE is Cyan = 0.14, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB14919174-
CMYK0.140.8900.32
HSL290.32º80.31%37.84%-
HSV(B)290.32º89.08%68.24%-
XYZ20.279.9140.89-
YUV75.54183.57180.4-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.57%
GREEN value IS 19 (7.81% from 255) = 5.56%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=43.57%
G=5.56%
B=50.88%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal149191740.140.8900.32290.3280.3137.84
Hex9513AEE590201225026
Octal225232561613104044212046
Binary1001010110011101011101110101100101000001001000101010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9513AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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