#9B4FA9

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

Shades of Violet Blue #9B4FA9

Tints of Violet Blue #9B4FA9

Color information

#9B4FA9 (or 0x9B4FA9) is unknown color: approx Violet Blue. HEX triplet: 9B, 4F and A9. RGB value is (155,79,169). Sum of RGB (Red+Green+Blue) = 155+79+169=403 (53% of max value = 765). Red value is 155 (60.94% from 255 or 38.46% from 403); Green value is 79 (31.25% from 255 or 19.60% from 403); Blue value is 169 (66.41% from 255 or 41.94% from 403); Max value from RGB is 169 - color contains mainly: blue. Hex color #9B4FA9 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B4FA9 is #64B056. Grayscale: #6F6F6F. Windows color (decimal): -6598743 or 11095963. OLE color: 11095963.

HSL color Cylindrical-coordinate representation of color #9B4FA9: hue angle of 290.67º degrees, saturation: 0.36, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4FA9 is Cyan = 0.08, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB15579169-
CMYK0.080.5300.34
HSL290.67º36.29%48.63%-
HSV(B)290.67º53.25%66.27%-
XYZ23.4715.4339.28-
YUV111.98160.18158.68-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 38.46%
GREEN value IS 79 (31.25% from 255) = 19.60%
BLUE value IS 169 (66.41% from 255) = 41.94%
R=38.46%
G=19.60%
B=41.94%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal155791690.080.5300.34290.6736.2948.63
Hex9B4FA98350221232431
Octal23311725110650424434461
Binary1001101110011111010100110001101010100010100100011100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4FA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,79,169); }

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

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

 a { background-color: rgb(155,79,169); }

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

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

 span { border-color: rgb(155,79,169); }

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