#9D5592

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

Shades of Violet Blue #9D5592

Tints of Violet Blue #9D5592

Color information

#9D5592 (or 0x9D5592) is unknown color: approx Violet Blue. HEX triplet: 9D, 55 and 92. RGB value is (157,85,146). Sum of RGB (Red+Green+Blue) = 157+85+146=388 (51% of max value = 765). Red value is 157 (61.72% from 255 or 40.46% from 388); Green value is 85 (33.59% from 255 or 21.91% from 388); Blue value is 146 (57.42% from 255 or 37.63% from 388); Max value from RGB is 157 - color contains mainly: red. Hex color #9D5592 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D5592 is #62AA6D. Grayscale: #717171. Windows color (decimal): -6466158 or 9590173. OLE color: 9590173.

HSL color Cylindrical-coordinate representation of color #9D5592: hue angle of 309.17º 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 #9D5592 is Cyan = 0, Magento = 0.46, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB15785146-
CMYK00.460.070.38
HSL309.17º29.75%47.45%-
HSV(B)309.17º45.86%61.57%-
XYZ22.3415.7429.05-
YUV113.48146.35159.04-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.46%
GREEN value IS 85 (33.59% from 255) = 21.91%
BLUE value IS 146 (57.42% from 255) = 37.63%
R=40.46%
G=21.91%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578514600.460.070.38309.1729.7547.45
Hex9D559202E7261351e2f
Octal2351252220567464653657
Binary10011101101010110010010010111011110011010011010111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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