#9B759B

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

Shades of Violet Blue #9B759B

Tints of Violet Blue #9B759B

Color information

#9B759B (or 0x9B759B) is unknown color: approx Violet Blue. HEX triplet: 9B, 75 and 9B. RGB value is (155,117,155). Sum of RGB (Red+Green+Blue) = 155+117+155=427 (56% of max value = 765). Red value is 155 (60.94% from 255 or 36.30% from 427); Green value is 117 (46.09% from 255 or 27.40% from 427); Blue value is 155 (60.94% from 255 or 36.30% from 427); Max value from RGB is 155 - color contains mainly: red, blue. Hex color #9B759B is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B759B is #648A64. Grayscale: #848484. Windows color (decimal): -6589029 or 10188187. OLE color: 10188187.

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

Color convert

RGB155117155-
CMYK00.2500.39
HSL300º15.97%53.33%-
HSV(B)300º24.52%60.78%-
XYZ25.822.0633.91-
YUV132.69140.59143.91-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.30%
GREEN value IS 117 (46.09% from 255) = 27.40%
BLUE value IS 155 (60.94% from 255) = 36.30%
R=36.30%
G=27.40%
B=36.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15511715500.2500.3930015.9753.33
Hex9B759B01902712c1035
Octal2331652330310474542065
Binary10011011111010110011011011001010011110010110010000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B759B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,117,155); }

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

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

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

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

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

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

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