#9C558B

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

Shades of Violet Blue #9C558B

Tints of Violet Blue #9C558B

Color information

#9C558B (or 0x9C558B) is unknown color: approx Violet Blue. HEX triplet: 9C, 55 and 8B. RGB value is (156,85,139). Sum of RGB (Red+Green+Blue) = 156+85+139=380 (50% of max value = 765). Red value is 156 (61.33% from 255 or 41.05% from 380); Green value is 85 (33.59% from 255 or 22.37% from 380); Blue value is 139 (54.69% from 255 or 36.58% from 380); Max value from RGB is 156 - color contains mainly: red. Hex color #9C558B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C558B is #63AA74. Grayscale: #707070. Windows color (decimal): -6531701 or 9131420. OLE color: 9131420.

HSL color Cylindrical-coordinate representation of color #9C558B: hue angle of 314.37º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9C558B is Cyan = 0, Magento = 0.46, Yellow = 0.11 and Black (K on CMYK) = 0.39.

Color convert

RGB15685139-
CMYK00.460.110.39
HSL314.37º29.46%47.25%-
HSV(B)314.37º45.51%61.18%-
XYZ21.6215.4326.26-
YUV112.38143.02159.11-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 41.05%
GREEN value IS 85 (33.59% from 255) = 22.37%
BLUE value IS 139 (54.69% from 255) = 36.58%
R=41.05%
G=22.37%
B=36.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.11
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1568513900.460.110.39314.3729.4647.25
Hex9C558B02EB2713a1d2f
Octal23412521305613474723557
Binary100111001010101100010110101110101110011110011101011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C558B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,85,139); }

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

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

 a { background-color: rgb(156,85,139); }

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

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

 span { border-color: rgb(156,85,139); }

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