#9B5295

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

Shades of Violet Blue #9B5295

Tints of Violet Blue #9B5295

Color information

#9B5295 (or 0x9B5295) is unknown color: approx Violet Blue. HEX triplet: 9B, 52 and 95. RGB value is (155,82,149). Sum of RGB (Red+Green+Blue) = 155+82+149=386 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.16% from 386); Green value is 82 (32.42% from 255 or 21.24% from 386); Blue value is 149 (58.59% from 255 or 38.60% from 386); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5295 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5295 is #64AD6A. Grayscale: #6F6F6F. Windows color (decimal): -6597995 or 9786011. OLE color: 9786011.

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

Color convert

RGB15582149-
CMYK00.470.040.39
HSL304.93º30.8%46.47%-
HSV(B)304.93º47.1%60.78%-
XYZ21.9615.1730.21-
YUV111.46149.18159.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.16%
GREEN value IS 82 (32.42% from 255) = 21.24%
BLUE value IS 149 (58.59% from 255) = 38.60%
R=40.16%
G=21.24%
B=38.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558214900.470.040.39304.9330.846.47
Hex9B529502F4271311f2e
Octal2331222250574474613756
Binary10011011101001010010101010111110010011110011000111111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5295

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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