#9D769D

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

Shades of Violet Blue #9D769D

Tints of Violet Blue #9D769D

Color information

#9D769D (or 0x9D769D) is unknown color: approx Violet Blue. HEX triplet: 9D, 76 and 9D. RGB value is (157,118,157). Sum of RGB (Red+Green+Blue) = 157+118+157=432 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.34% from 432); Green value is 118 (46.48% from 255 or 27.31% from 432); Blue value is 157 (61.72% from 255 or 36.34% from 432); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D769D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D769D is #628962. Grayscale: #858585. Windows color (decimal): -6457699 or 10319517. OLE color: 10319517.

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

Color convert

RGB157118157-
CMYK00.2500.38
HSL300º16.6%53.92%-
HSV(B)300º24.84%61.57%-
XYZ26.4722.5634.86-
YUV134.11140.92144.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.34%
GREEN value IS 118 (46.48% from 255) = 27.31%
BLUE value IS 157 (61.72% from 255) = 36.34%
R=36.34%
G=27.31%
B=36.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15711815700.2500.3830016.653.92
Hex9D769D01902612c1136
Octal2351662350310464542166
Binary10011101111011010011101011001010011010010110010001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D769D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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