#9D779A

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

Shades of Violet Blue #9D779A

Tints of Violet Blue #9D779A

Color information

#9D779A (or 0x9D779A) is unknown color: approx Violet Blue. HEX triplet: 9D, 77 and 9A. RGB value is (157,119,154). Sum of RGB (Red+Green+Blue) = 157+119+154=430 (56% of max value = 765). Red value is 157 (61.72% from 255 or 36.51% from 430); Green value is 119 (46.88% from 255 or 27.67% from 430); Blue value is 154 (60.55% from 255 or 35.81% from 430); Max value from RGB is 157 - color contains mainly: red. Hex color #9D779A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D779A is #628865. Grayscale: #868686. Windows color (decimal): -6457446 or 10123165. OLE color: 10123165.

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

Color convert

RGB157119154-
CMYK00.240.020.38
HSL304.74º16.24%54.12%-
HSV(B)304.74º24.2%61.57%-
XYZ26.3322.6933.56-
YUV134.35139.09144.15-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.51%
GREEN value IS 119 (46.88% from 255) = 27.67%
BLUE value IS 154 (60.55% from 255) = 35.81%
R=36.51%
G=27.67%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.02
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711915400.240.020.38304.7416.2454.12
Hex9D779A0182261311036
Octal2351672320302464612066
Binary100111011110111100110100110001010011010011000110000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D779A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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