#9B4999

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

Shades of Violet Blue #9B4999

Tints of Violet Blue #9B4999

Color information

#9B4999 (or 0x9B4999) is unknown color: approx Violet Blue. HEX triplet: 9B, 49 and 99. RGB value is (155,73,153). Sum of RGB (Red+Green+Blue) = 155+73+153=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 73 (28.91% from 255 or 19.16% from 381); Blue value is 153 (60.16% from 255 or 40.16% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4999 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4999 is #64B666. Grayscale: #6A6A6A. Windows color (decimal): -6600295 or 10045851. OLE color: 10045851.

HSL color Cylindrical-coordinate representation of color #9B4999: hue angle of 301.46º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9B4999 is Cyan = 0, Magento = 0.53, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15573153-
CMYK00.530.010.39
HSL301.46º35.96%44.71%-
HSV(B)301.46º52.9%60.78%-
XYZ21.6514.0331.7-
YUV106.64154.17162.5-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 73 (28.91% from 255) = 19.16%
BLUE value IS 153 (60.16% from 255) = 40.16%
R=40.68%
G=19.16%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557315300.530.010.39301.4635.9644.71
Hex9B499903512712d242d
Octal2331112310651474554455
Binary1001101110010011001100101101011100111100101101100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4999

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,73,153); }

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

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

 a { background-color: rgb(155,73,153); }

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

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

 span { border-color: rgb(155,73,153); }

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