#9A4B99

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

Shades of Violet Blue #9A4B99

Tints of Violet Blue #9A4B99

Color information

#9A4B99 (or 0x9A4B99) is unknown color: approx Violet Blue. HEX triplet: 9A, 4B and 99. RGB value is (154,75,153). Sum of RGB (Red+Green+Blue) = 154+75+153=382 (50% of max value = 765). Red value is 154 (60.55% from 255 or 40.31% from 382); Green value is 75 (29.69% from 255 or 19.63% from 382); Blue value is 153 (60.16% from 255 or 40.05% from 382); Max value from RGB is 154 - color contains mainly: red. Hex color #9A4B99 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9A4B99 is #65B466. Grayscale: #6B6B6B. Windows color (decimal): -6665319 or 10046362. OLE color: 10046362.

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

Color convert

RGB15475153-
CMYK00.510.010.40
HSL300.76º34.5%44.9%-
HSV(B)300.76º51.3%60.39%-
XYZ21.5914.231.74-
YUV107.51153.67161.16-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 40.31%
GREEN value IS 75 (29.69% from 255) = 19.63%
BLUE value IS 153 (60.16% from 255) = 40.05%
R=40.31%
G=19.63%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.01
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1547515300.510.010.40300.7634.544.9
Hex9A4B9903312812d222d
Octal2321132310631504554255
Binary1001101010010111001100101100111101000100101101100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A4B99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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