#9B5095

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

Shades of Violet Blue #9B5095

Tints of Violet Blue #9B5095

Color information

#9B5095 (or 0x9B5095) is unknown color: approx Violet Blue. HEX triplet: 9B, 50 and 95. RGB value is (155,80,149). Sum of RGB (Red+Green+Blue) = 155+80+149=384 (50% of max value = 765). Red value is 155 (60.94% from 255 or 40.36% from 384); Green value is 80 (31.64% from 255 or 20.83% from 384); Blue value is 149 (58.59% from 255 or 38.80% from 384); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5095 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5095 is #64AF6A. Grayscale: #6E6E6E. Windows color (decimal): -6598507 or 9785499. OLE color: 9785499.

HSL color Cylindrical-coordinate representation of color #9B5095: hue angle of 304.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 #9B5095 is Cyan = 0, Magento = 0.48, Yellow = 0.04 and Black (K on CMYK) = 0.39.

Color convert

RGB15580149-
CMYK00.480.040.39
HSL304.8º31.91%46.08%-
HSV(B)304.8º48.39%60.78%-
XYZ21.8114.8830.16-
YUV110.29149.85159.89-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.36%
GREEN value IS 80 (31.64% from 255) = 20.83%
BLUE value IS 149 (58.59% from 255) = 38.80%
R=40.36%
G=20.83%
B=38.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558014900.480.040.39304.831.9146.08
Hex9B5095030427131202e
Octal2331202250604474614056
Binary100110111010000100101010110000100100111100110001100000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5095

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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