#9B5593

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

Shades of Violet Blue #9B5593

Tints of Violet Blue #9B5593

Color information

#9B5593 (or 0x9B5593) is unknown color: approx Violet Blue. HEX triplet: 9B, 55 and 93. RGB value is (155,85,147). Sum of RGB (Red+Green+Blue) = 155+85+147=387 (51% of max value = 765). Red value is 155 (60.94% from 255 or 40.05% from 387); Green value is 85 (33.59% from 255 or 21.96% from 387); Blue value is 147 (57.81% from 255 or 37.98% from 387); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5593 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5593 is #64AA6C. Grayscale: #707070. Windows color (decimal): -6597229 or 9655707. OLE color: 9655707.

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

Color convert

RGB15585147-
CMYK00.450.050.39
HSL306.86º29.17%47.06%-
HSV(B)306.86º45.16%60.78%-
XYZ22.0315.5729.45-
YUV113147.19157.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 40.05%
GREEN value IS 85 (33.59% from 255) = 21.96%
BLUE value IS 147 (57.81% from 255) = 37.98%
R=40.05%
G=21.96%
B=37.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.05
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558514700.450.050.39306.8629.1747.06
Hex9B559302D5271331d2f
Octal2331252230555474633557
Binary10011011101010110010011010110110110011110011001111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5593

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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