#9D4599

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

Shades of Violet Blue #9D4599

Tints of Violet Blue #9D4599

Color information

#9D4599 (or 0x9D4599) is unknown color: approx Violet Blue. HEX triplet: 9D, 45 and 99. RGB value is (157,69,153). Sum of RGB (Red+Green+Blue) = 157+69+153=379 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.42% from 379); Green value is 69 (27.34% from 255 or 18.21% from 379); Blue value is 153 (60.16% from 255 or 40.37% from 379); Max value from RGB is 157 - color contains mainly: red. Hex color #9D4599 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9D4599 is #62BA66. Grayscale: #686868. Windows color (decimal): -6470247 or 10044829. OLE color: 10044829.

HSL color Cylindrical-coordinate representation of color #9D4599: hue angle of 302.73º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9D4599 is Cyan = 0, Magento = 0.56, Yellow = 0.03 and Black (K on CMYK) = 0.38.

Color convert

RGB15769153-
CMYK00.560.030.38
HSL302.73º38.94%44.31%-
HSV(B)302.73º56.05%61.57%-
XYZ21.7813.7231.64-
YUV104.89155.15165.17-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.42%
GREEN value IS 69 (27.34% from 255) = 18.21%
BLUE value IS 153 (60.16% from 255) = 40.37%
R=41.42%
G=18.21%
B=40.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1576915300.560.030.38302.7338.9444.31
Hex9D459903832612f272c
Octal2351052310703464574754
Binary10011101100010110011001011100011100110100101111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,69,153); }

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

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

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

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

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

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

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