#9D779D

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

Shades of Violet Blue #9D779D

Tints of Violet Blue #9D779D

Color information

#9D779D (or 0x9D779D) is unknown color: approx Violet Blue. HEX triplet: 9D, 77 and 9D. RGB value is (157,119,157). Sum of RGB (Red+Green+Blue) = 157+119+157=433 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.26% from 433); Green value is 119 (46.88% from 255 or 27.48% from 433); Blue value is 157 (61.72% from 255 or 36.26% from 433); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D779D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D779D is #628862. Grayscale: #868686. Windows color (decimal): -6457443 or 10319773. OLE color: 10319773.

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

Color convert

RGB157119157-
CMYK00.2400.38
HSL300º16.24%54.12%-
HSV(B)300º24.2%61.57%-
XYZ26.5922.834.9-
YUV134.69140.59143.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.26%
GREEN value IS 119 (46.88% from 255) = 27.48%
BLUE value IS 157 (61.72% from 255) = 36.26%
R=36.26%
G=27.48%
B=36.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711915700.2400.3830016.2454.12
Hex9D779D01802612c1036
Octal2351672350300464542066
Binary10011101111011110011101011000010011010010110010000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D779D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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