#9B7A9A

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

Shades of Violet Blue #9B7A9A

Tints of Violet Blue #9B7A9A

Color information

#9B7A9A (or 0x9B7A9A) is unknown color: approx Violet Blue. HEX triplet: 9B, 7A and 9A. RGB value is (155,122,154). Sum of RGB (Red+Green+Blue) = 155+122+154=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 122 (48.05% from 255 or 28.31% from 431); Blue value is 154 (60.55% from 255 or 35.73% from 431); Max value from RGB is 155 - color contains mainly: red. Hex color #9B7A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B7A9A is #648565. Grayscale: #878787. Windows color (decimal): -6587750 or 10123931. OLE color: 10123931.

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

Color convert

RGB155122154-
CMYK00.210.010.39
HSL301.82º14.16%54.31%-
HSV(B)301.82º21.29%60.78%-
XYZ26.3123.2233.67-
YUV135.51138.43141.9-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 122 (48.05% from 255) = 28.31%
BLUE value IS 154 (60.55% from 255) = 35.73%
R=35.96%
G=28.31%
B=35.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15512215400.210.010.39301.8214.1654.31
Hex9B7A9A01512712ee36
Octal2331722320251474561666
Binary1001101111110101001101001010111001111001011101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B7A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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