#9B5990

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

Shades of Violet Blue #9B5990

Tints of Violet Blue #9B5990

Color information

#9B5990 (or 0x9B5990) is unknown color: approx Violet Blue. HEX triplet: 9B, 59 and 90. RGB value is (155,89,144). Sum of RGB (Red+Green+Blue) = 155+89+144=388 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.95% from 388); Green value is 89 (35.16% from 255 or 22.94% from 388); Blue value is 144 (56.64% from 255 or 37.11% from 388); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5990 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5990 is #64A66F. Grayscale: #727272. Windows color (decimal): -6596208 or 9460123. OLE color: 9460123.

HSL color Cylindrical-coordinate representation of color #9B5990: hue angle of 310º degrees, saturation: 0.27, 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 #9B5990 is Cyan = 0, Magento = 0.43, Yellow = 0.07 and Black (K on CMYK) = 0.39.

Color convert

RGB15589144-
CMYK00.430.070.39
HSL310º27.05%47.84%-
HSV(B)310º42.58%60.78%-
XYZ22.1216.1328.33-
YUV115144.37156.53-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.95%
GREEN value IS 89 (35.16% from 255) = 22.94%
BLUE value IS 144 (56.64% from 255) = 37.11%
R=39.95%
G=22.94%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558914400.430.070.3931027.0547.84
Hex9B599002B7271361b30
Octal2331312200537474663360
Binary10011011101100110010000010101111110011110011011011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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