#9B4796

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

Shades of Violet Blue #9B4796

Tints of Violet Blue #9B4796

Color information

#9B4796 (or 0x9B4796) is unknown color: approx Violet Blue. HEX triplet: 9B, 47 and 96. RGB value is (155,71,150). Sum of RGB (Red+Green+Blue) = 155+71+150=376 (49% of max value = 765). Red value is 155 (60.94% from 255 or 41.22% from 376); Green value is 71 (28.12% from 255 or 18.88% from 376); Blue value is 150 (58.98% from 255 or 39.89% from 376); Max value from RGB is 155 - color contains mainly: red. Hex color #9B4796 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9B4796 is #64B869. Grayscale: #686868. Windows color (decimal): -6600810 or 9848731. OLE color: 9848731.

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

Color convert

RGB15571150-
CMYK00.540.030.39
HSL303.57º37.17%44.31%-
HSV(B)303.57º54.19%60.78%-
XYZ21.2813.6830.37-
YUV105.12153.33163.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 41.22%
GREEN value IS 71 (28.12% from 255) = 18.88%
BLUE value IS 150 (58.98% from 255) = 39.89%
R=41.22%
G=18.88%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1557115000.540.030.39303.5737.1744.31
Hex9B4796036327130252c
Octal2331072260663474604554
Binary10011011100011110010110011011011100111100110000100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B4796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,71,150); }

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

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

 a { background-color: rgb(155,71,150); }

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

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

 span { border-color: rgb(155,71,150); }

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