#9B7096

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

Shades of Violet Blue #9B7096

Tints of Violet Blue #9B7096

Color information

#9B7096 (or 0x9B7096) is unknown color: approx Violet Blue. HEX triplet: 9B, 70 and 96. RGB value is (155,112,150). Sum of RGB (Red+Green+Blue) = 155+112+150=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 112 (44.14% from 255 or 26.86% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7096 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7096 is #648F69. Grayscale: #818181. Windows color (decimal): -6590314 or 9859227. OLE color: 9859227.

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

Color convert

RGB155112150-
CMYK00.280.030.39
HSL306.98º17.7%52.35%-
HSV(B)306.98º27.74%60.78%-
XYZ24.8220.7631.55-
YUV129.19139.75146.41-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 112 (44.14% from 255) = 26.86%
BLUE value IS 150 (58.98% from 255) = 35.97%
R=37.17%
G=26.86%
B=35.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.03
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511215000.280.030.39306.9817.752.35
Hex9B709601C3271331234
Octal2331602260343474632264
Binary100110111110000100101100111001110011110011001110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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