#9B5CAA

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

Shades of Violet Blue #9B5CAA

Tints of Violet Blue #9B5CAA

Color information

#9B5CAA (or 0x9B5CAA) is unknown color: approx Violet Blue. HEX triplet: 9B, 5C and AA. RGB value is (155,92,170). Sum of RGB (Red+Green+Blue) = 155+92+170=417 (55% of max value = 765). Red value is 155 (60.94% from 255 or 37.17% from 417); Green value is 92 (36.33% from 255 or 22.06% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B5CAA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B5CAA is #64A355. Grayscale: #777777. Windows color (decimal): -6595414 or 11164827. OLE color: 11164827.

HSL color Cylindrical-coordinate representation of color #9B5CAA: hue angle of 288.46º degrees, saturation: 0.31, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9B5CAA is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15592170-
CMYK0.090.4600.33
HSL288.46º31.45%51.37%-
HSV(B)288.46º45.88%66.67%-
XYZ24.617.5340.12-
YUV119.73156.37153.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 37.17%
GREEN value IS 92 (36.33% from 255) = 22.06%
BLUE value IS 170 (66.80% from 255) = 40.77%
R=37.17%
G=22.06%
B=40.77%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155921700.090.4600.33288.4631.4551.37
Hex9B5CAA92E0211201f33
Octal23313425211560414403763
Binary100110111011100101010101001101110010000110010000011111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,92,170); }

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

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

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

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

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

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

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