#9A4790

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

Shades of Violet Blue #9A4790

Tints of Violet Blue #9A4790

Color information

#9A4790 (or 0x9A4790) is unknown color: approx Violet Blue. HEX triplet: 9A, 47 and 90. RGB value is (154,71,144). Sum of RGB (Red+Green+Blue) = 154+71+144=369 (48% of max value = 765). Red value is 154 (60.55% from 255 or 41.73% from 369); Green value is 71 (28.12% from 255 or 19.24% from 369); Blue value is 144 (56.64% from 255 or 39.02% from 369); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4790 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4790 is #65B86F. Grayscale: #676767. Windows color (decimal): -6666352 or 9455514. OLE color: 9455514.

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

Color convert

RGB15471144-
CMYK00.540.060.40
HSL307.23º36.89%44.12%-
HSV(B)307.23º53.9%60.39%-
XYZ20.6113.3927.88-
YUV104.14150.5163.56-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 41.73%
GREEN value IS 71 (28.12% from 255) = 19.24%
BLUE value IS 144 (56.64% from 255) = 39.02%
R=41.73%
G=19.24%
B=39.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.06
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547114400.540.060.40307.2336.8944.12
Hex9A4790036628133252c
Octal2321072200666504634554
Binary100110101000111100100000110110110101000100110011100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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