#9B7B9C

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

Shades of Violet Blue #9B7B9C

Tints of Violet Blue #9B7B9C

Color information

#9B7B9C (or 0x9B7B9C) is unknown color: approx Violet Blue. HEX triplet: 9B, 7B and 9C. RGB value is (155,123,156). Sum of RGB (Red+Green+Blue) = 155+123+156=434 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.71% from 434); Green value is 123 (48.44% from 255 or 28.34% from 434); Blue value is 156 (61.33% from 255 or 35.94% from 434); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B7B9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7B9C is #648463. Grayscale: #888888. Windows color (decimal): -6587492 or 10255259. OLE color: 10255259.

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

Color convert

RGB155123156-
CMYK0.010.2100.39
HSL298.18º14.29%54.71%-
HSV(B)298.18º21.15%61.18%-
XYZ26.623.5334.59-
YUV136.33139.1141.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.71%
GREEN value IS 123 (48.44% from 255) = 28.34%
BLUE value IS 156 (61.33% from 255) = 35.94%
R=35.71%
G=28.34%
B=35.94%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551231560.010.2100.39298.1814.2954.71
Hex9B7B9C11502712ae37
Octal2331732341250474521667
Binary1001101111110111001110011010101001111001010101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7B9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,123,156); }

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

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

 a { background-color: rgb(155,123,156); }

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

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

 span { border-color: rgb(155,123,156); }

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