#9B779D

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

Shades of Violet Blue #9B779D

Tints of Violet Blue #9B779D

Color information

#9B779D (or 0x9B779D) is unknown color: approx Violet Blue. HEX triplet: 9B, 77 and 9D. RGB value is (155,119,157). Sum of RGB (Red+Green+Blue) = 155+119+157=431 (57% of max value = 765). Red value is 155 (60.94% from 255 or 35.96% from 431); Green value is 119 (46.88% from 255 or 27.61% from 431); Blue value is 157 (61.72% from 255 or 36.43% from 431); Max value from RGB is 157 - color contains mainly: blue. Hex color #9B779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B779D is #648862. Grayscale: #858585. Windows color (decimal): -6588515 or 10319771. OLE color: 10319771.

HSL color Cylindrical-coordinate representation of color #9B779D: hue angle of 296.84º degrees, saturation: 0.16, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #9B779D is Cyan = 0.01, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB155119157-
CMYK0.010.2400.38
HSL296.84º16.24%54.12%-
HSV(B)296.84º24.2%61.57%-
XYZ26.222.634.88-
YUV134.1140.93142.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 35.96%
GREEN value IS 119 (46.88% from 255) = 27.61%
BLUE value IS 157 (61.72% from 255) = 36.43%
R=35.96%
G=27.61%
B=36.43%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1551191570.010.2400.38296.8416.2454.12
Hex9B779D1180261291036
Octal2331672351300464512066
Binary10011011111011110011101111000010011010010100110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,119,157); }

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

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

 a { background-color: rgb(155,119,157); }

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

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

 span { border-color: rgb(155,119,157); }

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