#9D5593

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

Shades of Violet Blue #9D5593

Tints of Violet Blue #9D5593

Color information

#9D5593 (or 0x9D5593) is unknown color: approx Violet Blue. HEX triplet: 9D, 55 and 93. RGB value is (157,85,147). Sum of RGB (Red+Green+Blue) = 157+85+147=389 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.36% from 389); Green value is 85 (33.59% from 255 or 21.85% from 389); Blue value is 147 (57.81% from 255 or 37.79% from 389); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5593 is #62AA6C. Grayscale: #717171. Windows color (decimal): -6466157 or 9655709. OLE color: 9655709.

HSL color Cylindrical-coordinate representation of color #9D5593: hue angle of 308.33º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9D5593 is Cyan = 0, Magento = 0.46, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB15785147-
CMYK00.460.060.38
HSL308.33º29.75%47.45%-
HSV(B)308.33º45.86%61.57%-
XYZ22.4215.7729.47-
YUV113.6146.85158.96-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.36%
GREEN value IS 85 (33.59% from 255) = 21.85%
BLUE value IS 147 (57.81% from 255) = 37.79%
R=40.36%
G=21.85%
B=37.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.06
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578514700.460.060.38308.3329.7547.45
Hex9D559302E6261341e2f
Octal2351252230566464643657
Binary10011101101010110010011010111011010011010011010011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,85,147); }

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

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

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

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

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

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

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