#9B7A9C

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

Shades of Violet Blue #9B7A9C

Tints of Violet Blue #9B7A9C

Color information

#9B7A9C (or 0x9B7A9C) is unknown color: approx Violet Blue. HEX triplet: 9B, 7A and 9C. RGB value is (155,122,156). Sum of RGB (Red+Green+Blue) = 155+122+156=433 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.80% from 433); Green value is 122 (48.05% from 255 or 28.18% from 433); Blue value is 156 (61.33% from 255 or 36.03% from 433); Max value from RGB is 156 - color contains mainly: blue. Hex color #9B7A9C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A9C is #648563. Grayscale: #878787. Windows color (decimal): -6587748 or 10255003. OLE color: 10255003.

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

Color convert

RGB155122156-
CMYK0.010.2200.39
HSL298.24º14.66%54.51%-
HSV(B)298.24º21.79%61.18%-
XYZ26.4823.2934.55-
YUV135.74139.43141.74-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.80%
GREEN value IS 122 (48.05% from 255) = 28.18%
BLUE value IS 156 (61.33% from 255) = 36.03%
R=35.80%
G=28.18%
B=36.03%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551221560.010.2200.39298.2414.6654.51
Hex9B7A9C11602712af37
Octal2331722341260474521767
Binary1001101111110101001110011011001001111001010101111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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