#9A4AED

Color #9A4AED Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9A4AED

Tints of Blue Violet #9A4AED

Color information

#9A4AED (or 0x9A4AED) is unknown color: approx Blue Violet. HEX triplet: 9A, 4A and ED. RGB value is (154,74,237). Sum of RGB (Red+Green+Blue) = 154+74+237=465 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.12% from 465); Green value is 74 (29.30% from 255 or 15.91% from 465); Blue value is 237 (92.97% from 255 or 50.97% from 465); Max value from RGB is 237 - color contains mainly: blue. Hex color #9A4AED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #9A4AED is #65B512. Grayscale: #737373. Windows color (decimal): -6665491 or 15551130. OLE color: 15551130.

HSL color Cylindrical-coordinate representation of color #9A4AED: hue angle of 269.45º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9A4AED is Cyan = 0.35, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB15474237-
CMYK0.350.6900.07
HSL269.45º81.91%60.98%-
HSV(B)269.45º68.78%92.94%-
XYZ31.0617.8881.94-
YUV116.5196154.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.12%
GREEN value IS 74 (29.30% from 255) = 15.91%
BLUE value IS 237 (92.97% from 255) = 50.97%
R=33.12%
G=15.91%
B=50.97%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal154742370.350.6900.07269.4581.9160.98
Hex9A4AED23450710d523d
Octal232112355431050741512275
Binary10011010100101011101101100011100010101111000011011010010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4AED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A4AED; }

 p { color: rgb(154,74,237); }

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

<style>
 a { background-color: #9A4AED; }

 a { background-color: rgb(154,74,237); }

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

<style>
 span { border-color: #9A4AED; }

 span { border-color: rgb(154,74,237); }

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