#9B5795

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

Shades of Violet Blue #9B5795

Tints of Violet Blue #9B5795

Color information

#9B5795 (or 0x9B5795) is unknown color: approx Violet Blue. HEX triplet: 9B, 57 and 95. RGB value is (155,87,149). Sum of RGB (Red+Green+Blue) = 155+87+149=391 (51% of max value = 765). Red value is 155 (60.94% from 255 or 39.64% from 391); Green value is 87 (34.38% from 255 or 22.25% from 391); Blue value is 149 (58.59% from 255 or 38.11% from 391); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5795 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5795 is #64A86A. Grayscale: #727272. Windows color (decimal): -6596715 or 9787291. OLE color: 9787291.

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

Color convert

RGB15587149-
CMYK00.440.040.39
HSL305.29º28.1%47.45%-
HSV(B)305.29º43.87%60.78%-
XYZ22.3515.9530.34-
YUV114.4147.53156.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 39.64%
GREEN value IS 87 (34.38% from 255) = 22.25%
BLUE value IS 149 (58.59% from 255) = 38.11%
R=39.64%
G=22.25%
B=38.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.04
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1558714900.440.040.39305.2928.147.45
Hex9B579502C4271311c2f
Octal2331272250544474613457
Binary10011011101011110010101010110010010011110011000111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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