#9B559A

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

Shades of Violet Blue #9B559A

Tints of Violet Blue #9B559A

Color information

#9B559A (or 0x9B559A) is unknown color: approx Violet Blue. HEX triplet: 9B, 55 and 9A. RGB value is (155,85,154). Sum of RGB (Red+Green+Blue) = 155+85+154=394 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.34% from 394); Green value is 85 (33.59% from 255 or 21.57% from 394); Blue value is 154 (60.55% from 255 or 39.09% from 394); Max value from RGB is 155 - color contains mainly: red. Hex color #9B559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B559A is #64AA65. Grayscale: #717171. Windows color (decimal): -6597222 or 10114459. OLE color: 10114459.

HSL color Cylindrical-coordinate representation of color #9B559A: hue angle of 300.86º 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 #9B559A is Cyan = 0, Magento = 0.45, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15585154-
CMYK00.450.010.39
HSL300.86º29.17%47.06%-
HSV(B)300.86º45.16%60.78%-
XYZ22.615.832.43-
YUV113.8150.69157.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.34%
GREEN value IS 85 (33.59% from 255) = 21.57%
BLUE value IS 154 (60.55% from 255) = 39.09%
R=39.34%
G=21.57%
B=39.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558515400.450.010.39300.8629.1747.06
Hex9B559A02D12712d1d2f
Octal2331252320551474553557
Binary100110111010101100110100101101110011110010110111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B559A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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