#9B5190

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

Shades of Violet Blue #9B5190

Tints of Violet Blue #9B5190

Color information

#9B5190 (or 0x9B5190) is unknown color: approx Violet Blue. HEX triplet: 9B, 51 and 90. RGB value is (155,81,144). Sum of RGB (Red+Green+Blue) = 155+81+144=380 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.79% from 380); Green value is 81 (32.03% from 255 or 21.32% from 380); Blue value is 144 (56.64% from 255 or 37.89% from 380); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5190 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5190 is #64AE6F. Grayscale: #6E6E6E. Windows color (decimal): -6598256 or 9458075. OLE color: 9458075.

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

Color convert

RGB15581144-
CMYK00.480.070.39
HSL308.92º31.36%46.27%-
HSV(B)308.92º47.74%60.78%-
XYZ21.4914.8728.12-
YUV110.31147.02159.88-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.79%
GREEN value IS 81 (32.03% from 255) = 21.32%
BLUE value IS 144 (56.64% from 255) = 37.89%
R=40.79%
G=21.32%
B=37.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.07
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558114400.480.070.39308.9231.3646.27
Hex9B51900307271351f2e
Octal2331212200607474653756
Binary10011011101000110010000011000011110011110011010111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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