#9D5D99

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

Shades of Violet Blue #9D5D99

Tints of Violet Blue #9D5D99

Color information

#9D5D99 (or 0x9D5D99) is unknown color: approx Violet Blue. HEX triplet: 9D, 5D and 99. RGB value is (157,93,153). Sum of RGB (Red+Green+Blue) = 157+93+153=403 (53% of max value = 765). Red value is 157 (61.72% from 255 or 38.96% from 403); Green value is 93 (36.72% from 255 or 23.08% from 403); Blue value is 153 (60.16% from 255 or 37.97% from 403); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5D99 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5D99 is #62A266. Grayscale: #767676. Windows color (decimal): -6464103 or 10050973. OLE color: 10050973.

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

Color convert

RGB15793153-
CMYK00.410.030.38
HSL303.75º25.6%49.02%-
HSV(B)303.75º40.76%61.57%-
XYZ23.5717.332.23-
YUV118.98147.2155.12-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 38.96%
GREEN value IS 93 (36.72% from 255) = 23.08%
BLUE value IS 153 (60.16% from 255) = 37.97%
R=38.96%
G=23.08%
B=37.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.03
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1579315300.410.030.38303.7525.649.02
Hex9D5D990293261301a31
Octal2351352310513464603261
Binary1001110110111011001100101010011110011010011000011010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5D99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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