#9514AE

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

Shades of Dark Violet #9514AE

Tints of Dark Violet #9514AE

Color information

#9514AE (or 0x9514AE) is unknown color: approx Dark Violet. HEX triplet: 95, 14 and AE. RGB value is (149,20,174). Sum of RGB (Red+Green+Blue) = 149+20+174=343 (45% of max value = 765). Red value is 149 (58.59% from 255 or 43.44% from 343); Green value is 20 (8.20% from 255 or 5.83% from 343); Blue value is 174 (68.36% from 255 or 50.73% from 343); Max value from RGB is 174 - color contains mainly: blue. Hex color #9514AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9514AE is #6AEB51. Grayscale: #4B4B4B. Windows color (decimal): -7007058 or 11408533. OLE color: 11408533.

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

Color convert

RGB14920174-
CMYK0.140.8900.32
HSL290.26º79.38%38.04%-
HSV(B)290.26º88.51%68.24%-
XYZ20.289.9540.9-
YUV76.13183.24179.98-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 43.44%
GREEN value IS 20 (8.20% from 255) = 5.83%
BLUE value IS 174 (68.36% from 255) = 50.73%
R=43.44%
G=5.83%
B=50.73%

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
Decimal149201740.140.8900.32290.2679.3838.04
Hex9514AEE590201224f26
Octal225242561613104044211746
Binary1001010110100101011101110101100101000001001000101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9514AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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