#9B558D

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

Shades of Violet Blue #9B558D

Tints of Violet Blue #9B558D

Color information

#9B558D (or 0x9B558D) is unknown color: approx Violet Blue. HEX triplet: 9B, 55 and 8D. RGB value is (155,85,141). Sum of RGB (Red+Green+Blue) = 155+85+141=381 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.68% from 381); Green value is 85 (33.59% from 255 or 22.31% from 381); Blue value is 141 (55.47% from 255 or 37.01% from 381); Max value from RGB is 155 - color contains mainly: red. Hex color #9B558D is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B558D is #64AA72. Grayscale: #707070. Windows color (decimal): -6597235 or 9262491. OLE color: 9262491.

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

Color convert

RGB15585141-
CMYK00.450.090.39
HSL312º29.17%47.06%-
HSV(B)312º45.16%60.78%-
XYZ21.5715.3927.03-
YUV112.31144.19158.45-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.68%
GREEN value IS 85 (33.59% from 255) = 22.31%
BLUE value IS 141 (55.47% from 255) = 37.01%
R=40.68%
G=22.31%
B=37.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558514100.450.090.3931229.1747.06
Hex9B558D02D9271381d2f
Octal23312521505511474703557
Binary100110111010101100011010101101100110011110011100011101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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