#9D799D

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

Shades of Violet Blue #9D799D

Tints of Violet Blue #9D799D

Color information

#9D799D (or 0x9D799D) is unknown color: approx Violet Blue. HEX triplet: 9D, 79 and 9D. RGB value is (157,121,157). Sum of RGB (Red+Green+Blue) = 157+121+157=435 (57% of max value = 765). Red value is 157 (61.72% from 255 or 36.09% from 435); Green value is 121 (47.66% from 255 or 27.82% from 435); Blue value is 157 (61.72% from 255 or 36.09% from 435); Max value from RGB is 157 - color contains mainly: red, blue. Hex color #9D799D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D799D is #628662. Grayscale: #878787. Windows color (decimal): -6456931 or 10320285. OLE color: 10320285.

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

Color convert

RGB157121157-
CMYK00.2300.38
HSL300º15.52%54.51%-
HSV(B)300º22.93%61.57%-
XYZ26.8323.2834.98-
YUV135.87139.93143.07-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 36.09%
GREEN value IS 121 (47.66% from 255) = 27.82%
BLUE value IS 157 (61.72% from 255) = 36.09%
R=36.09%
G=27.82%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15712115700.2300.3830015.5254.51
Hex9D799D01702612c1037
Octal2351712350270464542067
Binary10011101111100110011101010111010011010010110010000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D799D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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