#9B5090

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

Shades of Violet Blue #9B5090

Tints of Violet Blue #9B5090

Color information

#9B5090 (or 0x9B5090) is unknown color: approx Violet Blue. HEX triplet: 9B, 50 and 90. RGB value is (155,80,144). Sum of RGB (Red+Green+Blue) = 155+80+144=379 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.90% from 379); Green value is 80 (31.64% from 255 or 21.11% from 379); Blue value is 144 (56.64% from 255 or 37.99% from 379); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5090 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5090 is #64AF6F. Grayscale: #6D6D6D. Windows color (decimal): -6598512 or 9457819. OLE color: 9457819.

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

Color convert

RGB15580144-
CMYK00.480.070.39
HSL308.8º31.91%46.08%-
HSV(B)308.8º48.39%60.78%-
XYZ21.4214.7228.1-
YUV109.72147.35160.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.90%
GREEN value IS 80 (31.64% from 255) = 21.11%
BLUE value IS 144 (56.64% from 255) = 37.99%
R=40.90%
G=21.11%
B=37.99%

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
Decimal1558014400.480.070.39308.831.9146.08
Hex9B5090030727135202e
Octal2331202200607474654056
Binary100110111010000100100000110000111100111100110101100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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