#9B589A

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

Shades of Violet Blue #9B589A

Tints of Violet Blue #9B589A

Color information

#9B589A (or 0x9B589A) is unknown color: approx Violet Blue. HEX triplet: 9B, 58 and 9A. RGB value is (155,88,154). Sum of RGB (Red+Green+Blue) = 155+88+154=397 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.04% from 397); Green value is 88 (34.77% from 255 or 22.17% from 397); Blue value is 154 (60.55% from 255 or 38.79% from 397); Max value from RGB is 155 - color contains mainly: red. Hex color #9B589A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B589A is #64A765. Grayscale: #737373. Windows color (decimal): -6596454 or 10115227. OLE color: 10115227.

HSL color Cylindrical-coordinate representation of color #9B589A: hue angle of 300.9º degrees, saturation: 0.28, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9B589A is Cyan = 0, Magento = 0.43, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15588154-
CMYK00.430.010.39
HSL300.9º27.57%47.65%-
HSV(B)300.9º43.23%60.78%-
XYZ22.8416.2832.51-
YUV115.56149.7156.13-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.04%
GREEN value IS 88 (34.77% from 255) = 22.17%
BLUE value IS 154 (60.55% from 255) = 38.79%
R=39.04%
G=22.17%
B=38.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558815400.430.010.39300.927.5747.65
Hex9B589A02B12712d1c30
Octal2331302320531474553460
Binary100110111011000100110100101011110011110010110111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B589A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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