#9D558C

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

Shades of Violet Blue #9D558C

Tints of Violet Blue #9D558C

Color information

#9D558C (or 0x9D558C) is unknown color: approx Violet Blue. HEX triplet: 9D, 55 and 8C. RGB value is (157,85,140). Sum of RGB (Red+Green+Blue) = 157+85+140=382 (50% of max value = 765). Red value is 157 (61.72% from 255 or 41.10% from 382); Green value is 85 (33.59% from 255 or 22.25% from 382); Blue value is 140 (55.08% from 255 or 36.65% from 382); Max value from RGB is 157 - color contains mainly: red. Hex color #9D558C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9D558C is #62AA73. Grayscale: #707070. Windows color (decimal): -6466164 or 9196957. OLE color: 9196957.

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

Color convert

RGB15785140-
CMYK00.460.110.38
HSL314.17º29.75%47.45%-
HSV(B)314.17º45.86%61.57%-
XYZ21.8915.5626.66-
YUV112.8143.35159.53-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 41.10%
GREEN value IS 85 (33.59% from 255) = 22.25%
BLUE value IS 140 (55.08% from 255) = 36.65%
R=41.10%
G=22.25%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1578514000.460.110.38314.1729.7547.45
Hex9D558C02EB2613a1e2f
Octal23512521405613464723657
Binary100111011010101100011000101110101110011010011101011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D558C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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