#9D779B

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

Shades of Violet Blue #9D779B

Tints of Violet Blue #9D779B

Color information

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

HSL color Cylindrical-coordinate representation of color #9D779B: hue angle of 303.16º 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 #9D779B is Cyan = 0, Magento = 0.24, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB157119155-
CMYK00.240.010.38
HSL303.16º16.24%54.12%-
HSV(B)303.16º24.2%61.57%-
XYZ26.4222.7334-
YUV134.47139.59144.07-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711915500.240.010.38303.1616.2454.12
Hex9D779B01812612f1036
Octal2351672330301464572066
Binary10011101111011110011011011000110011010010111110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D779B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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