#9B7396

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

Shades of Violet Blue #9B7396

Tints of Violet Blue #9B7396

Color information

#9B7396 (or 0x9B7396) is unknown color: approx Violet Blue. HEX triplet: 9B, 73 and 96. RGB value is (155,115,150). Sum of RGB (Red+Green+Blue) = 155+115+150=420 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.90% from 420); Green value is 115 (45.31% from 255 or 27.38% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7396 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7396 is #648C69. Grayscale: #828282. Windows color (decimal): -6589546 or 9859995. OLE color: 9859995.

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

Color convert

RGB155115150-
CMYK00.260.030.39
HSL307.5º16.67%52.94%-
HSV(B)307.5º25.81%60.78%-
XYZ25.1521.4331.67-
YUV130.95138.75145.15-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.90%
GREEN value IS 115 (45.31% from 255) = 27.38%
BLUE value IS 150 (58.98% from 255) = 35.71%
R=36.90%
G=27.38%
B=35.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511515000.260.030.39307.516.6752.94
Hex9B739601A3271341135
Octal2331632260323474642165
Binary100110111110011100101100110101110011110011010010001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7396

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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