#9b5e93

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

Shades of Violet Blue #9B5E93

Tints of Violet Blue #9B5E93

Color information

#9B5E93 (or 0x9B5E93) is unknown color: approx Violet Blue. HEX triplet: 9B, 5E and 93. RGB value is (155,94,147). Sum of RGB (Red+Green+Blue) = 155+94+147=396 (52% of max value = 765). Red value is 155 (60.94% from 255 or 39.14% from 396); Green value is 94 (37.11% from 255 or 23.74% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5E93 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5E93 is #64A16C. Grayscale: #767676. Windows color (decimal): -6594925 or 9658011. OLE color: 9658011.

HSL color Cylindrical-coordinate representation of color #9B5E93: hue angle of 307.87º degrees, saturation: 0.24, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9B5E93 is Cyan = 0, Magento = 0.39, Yellow = 0.05 and Black (K on CMYK) = 0.39.

Color convert

RGB15594147-
CMYK00.390.050.39
HSL307.87º24.5%48.82%-
HSV(B)307.87º39.35%60.78%-
XYZ22.7917.0829.7-
YUV118.28144.21154.19-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.14%
GREEN value IS 94 (37.11% from 255) = 23.74%
BLUE value IS 147 (57.81% from 255) = 37.12%
R=39.14%
G=23.74%
B=37.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1559414700.390.050.39307.8724.548.82
Hex9B5E930275271341831
Octal2331362230475474643061
Binary10011011101111010010011010011110110011110011010011000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b5e93

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,94,147); }

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

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

 a { background-color: rgb(155,94,147); }

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

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

 span { border-color: rgb(155,94,147); }

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