#9D499B

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

Shades of Violet Blue #9D499B

Tints of Violet Blue #9D499B

Color information

#9D499B (or 0x9D499B) is unknown color: approx Violet Blue. HEX triplet: 9D, 49 and 9B. RGB value is (157,73,155). Sum of RGB (Red+Green+Blue) = 157+73+155=385 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.78% from 385); Green value is 73 (28.91% from 255 or 18.96% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 157 - color contains mainly: red. Hex color #9D499B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D499B is #62B664. Grayscale: #6B6B6B. Windows color (decimal): -6469221 or 10176925. OLE color: 10176925.

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

Color convert

RGB15773155-
CMYK00.540.010.38
HSL301.43º36.52%45.1%-
HSV(B)301.43º53.5%61.57%-
XYZ22.214.332.6-
YUV107.46154.83163.33-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.78%
GREEN value IS 73 (28.91% from 255) = 18.96%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=40.78%
G=18.96%
B=40.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.01
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1577315500.540.010.38301.4336.5245.1
Hex9D499B03612612d252d
Octal2351112330661464554555
Binary1001110110010011001101101101101100110100101101100101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D499B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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