#9B6B95

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

Shades of Violet Blue #9B6B95

Tints of Violet Blue #9B6B95

Color information

#9B6B95 (or 0x9B6B95) is unknown color: approx Violet Blue. HEX triplet: 9B, 6B and 95. RGB value is (155,107,149). Sum of RGB (Red+Green+Blue) = 155+107+149=411 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.71% from 411); Green value is 107 (42.19% from 255 or 26.03% from 411); Blue value is 149 (58.59% from 255 or 36.25% from 411); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6B95 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B6B95 is #64946A. Grayscale: #7E7E7E. Windows color (decimal): -6591595 or 9792411. OLE color: 9792411.

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

Color convert

RGB155107149-
CMYK00.310.040.39
HSL307.5º19.35%51.37%-
HSV(B)307.5º30.97%60.78%-
XYZ24.219.6530.95-
YUV126.14140.9148.58-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.71%
GREEN value IS 107 (42.19% from 255) = 26.03%
BLUE value IS 149 (58.59% from 255) = 36.25%
R=37.71%
G=26.03%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15510714900.310.040.39307.519.3551.37
Hex9B6B9501F4271341333
Octal2331532250374474642363
Binary1001101111010111001010101111110010011110011010010011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6B95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,107,149); }

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

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

 a { background-color: rgb(155,107,149); }

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

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

 span { border-color: rgb(155,107,149); }

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