#9D558D

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

Shades of Violet Blue #9D558D

Tints of Violet Blue #9D558D

Color information

#9D558D (or 0x9D558D) is unknown color: approx Violet Blue. HEX triplet: 9D, 55 and 8D. RGB value is (157,85,141). Sum of RGB (Red+Green+Blue) = 157+85+141=383 (50% of max value = 765). Red value is 157 (61.72% from 255 or 40.99% from 383); Green value is 85 (33.59% from 255 or 22.19% from 383); Blue value is 141 (55.47% from 255 or 36.81% from 383); Max value from RGB is 157 - color contains mainly: red. Hex color #9D558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D558D is #62AA72. Grayscale: #707070. Windows color (decimal): -6466163 or 9262493. OLE color: 9262493.

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

Color convert

RGB15785141-
CMYK00.460.100.38
HSL313.33º29.75%47.45%-
HSV(B)313.33º45.86%61.57%-
XYZ21.9615.5927.05-
YUV112.91143.85159.45-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 40.99%
GREEN value IS 85 (33.59% from 255) = 22.19%
BLUE value IS 141 (55.47% from 255) = 36.81%
R=40.99%
G=22.19%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.10
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578514100.460.100.38313.3329.7547.45
Hex9D558D02EA261391e2f
Octal23512521505612464713657
Binary100111011010101100011010101110101010011010011100111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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