#9A4490

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

Shades of Violet Blue #9A4490

Tints of Violet Blue #9A4490

Color information

#9A4490 (or 0x9A4490) is unknown color: approx Violet Blue. HEX triplet: 9A, 44 and 90. RGB value is (154,68,144). Sum of RGB (Red+Green+Blue) = 154+68+144=366 (48% of max value = 765). Red value is 154 (60.55% from 255 or 42.08% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 144 (56.64% from 255 or 39.34% from 366); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4490 is #65BB6F. Grayscale: #666666. Windows color (decimal): -6667120 or 9454746. OLE color: 9454746.

HSL color Cylindrical-coordinate representation of color #9A4490: hue angle of 306.98º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9A4490 is Cyan = 0, Magento = 0.56, Yellow = 0.06 and Black (K on CMYK) = 0.40.

Color convert

RGB15468144-
CMYK00.560.060.40
HSL306.98º38.74%43.53%-
HSV(B)306.98º55.84%60.39%-
XYZ20.4313.0227.82-
YUV102.38151.49164.82-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 42.08%
GREEN value IS 68 (26.95% from 255) = 18.58%
BLUE value IS 144 (56.64% from 255) = 39.34%
R=42.08%
G=18.58%
B=39.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546814400.560.060.40306.9838.7443.53
Hex9A4490038628133272c
Octal2321042200706504634754
Binary100110101000100100100000111000110101000100110011100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,68,144); }

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

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

 a { background-color: rgb(154,68,144); }

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

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

 span { border-color: rgb(154,68,144); }

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