#9414AE

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

Shades of Dark Violet #9414AE

Tints of Dark Violet #9414AE

Color information

#9414AE (or 0x9414AE) is unknown color: approx Dark Violet. HEX triplet: 94, 14 and AE. RGB value is (148,20,174). Sum of RGB (Red+Green+Blue) = 148+20+174=342 (45% of max value = 765). Red value is 148 (58.20% from 255 or 43.27% from 342); Green value is 20 (8.20% from 255 or 5.85% 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 #9414AE is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9414AE is #6BEB51. Grayscale: #4B4B4B. Windows color (decimal): -7072594 or 11408532. OLE color: 11408532.

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

Color convert

RGB14820174-
CMYK0.150.8900.32
HSL289.87º79.38%38.04%-
HSV(B)289.87º88.51%68.24%-
XYZ20.19.8540.89-
YUV75.83183.41179.48-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 43.27%
GREEN value IS 20 (8.20% from 255) = 5.85%
BLUE value IS 174 (68.36% from 255) = 50.88%
R=43.27%
G=5.85%
B=50.88%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal148201740.150.8900.32289.8779.3838.04
Hex9414AEF590201224f26
Octal224242561713104044211746
Binary1001010010100101011101111101100101000001001000101001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9414AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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