#9B59A5

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

Shades of Violet Blue #9B59A5

Tints of Violet Blue #9B59A5

Color information

#9B59A5 (or 0x9B59A5) is unknown color: approx Violet Blue. HEX triplet: 9B, 59 and A5. RGB value is (155,89,165). Sum of RGB (Red+Green+Blue) = 155+89+165=409 (54% of max value = 765). Red value is 155 (60.94% from 255 or 37.90% from 409); Green value is 89 (35.16% from 255 or 21.76% from 409); Blue value is 165 (64.84% from 255 or 40.34% from 409); Max value from RGB is 165 - color contains mainly: blue. Hex color #9B59A5 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B59A5 is #64A65A. Grayscale: #757575. Windows color (decimal): -6596187 or 10836379. OLE color: 10836379.

HSL color Cylindrical-coordinate representation of color #9B59A5: hue angle of 292.11º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B59A5 is Cyan = 0.06, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB15589165-
CMYK0.060.4600.35
HSL292.11º29.92%49.8%-
HSV(B)292.11º46.06%64.71%-
XYZ23.8816.8337.59-
YUV117.4154.87154.82-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.90%
GREEN value IS 89 (35.16% from 255) = 21.76%
BLUE value IS 165 (64.84% from 255) = 40.34%
R=37.90%
G=21.76%
B=40.34%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal155891650.060.4600.35292.1129.9249.8
Hex9B59A562E0231241e32
Octal2331312456560434443662
Binary10011011101100110100101110101110010001110010010011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B59A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,89,165); }

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

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

 a { background-color: rgb(155,89,165); }

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

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

 span { border-color: rgb(155,89,165); }

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