#9A4599

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

Shades of Violet Blue #9A4599

Tints of Violet Blue #9A4599

Color information

#9A4599 (or 0x9A4599) is unknown color: approx Violet Blue. HEX triplet: 9A, 45 and 99. RGB value is (154,69,153). Sum of RGB (Red+Green+Blue) = 154+69+153=376 (49% of max value = 765). Red value is 154 (60.55% from 255 or 40.96% from 376); Green value is 69 (27.34% from 255 or 18.35% from 376); Blue value is 153 (60.16% from 255 or 40.69% from 376); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4599 is #65BA66. Grayscale: #676767. Windows color (decimal): -6666855 or 10044826. OLE color: 10044826.

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

Color convert

RGB15469153-
CMYK00.550.010.40
HSL300.71º38.12%43.73%-
HSV(B)300.71º55.19%60.39%-
XYZ21.213.4331.61-
YUV103.99155.66163.67-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.96%
GREEN value IS 69 (27.34% from 255) = 18.35%
BLUE value IS 153 (60.16% from 255) = 40.69%
R=40.96%
G=18.35%
B=40.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1546915300.550.010.40300.7138.1243.73
Hex9A459903712812d262c
Octal2321052310671504554654
Binary1001101010001011001100101101111101000100101101100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,69,153); }

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

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

 a { background-color: rgb(154,69,153); }

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

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

 span { border-color: rgb(154,69,153); }

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