#9B60AA

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

Shades of Violet Blue #9B60AA

Tints of Violet Blue #9B60AA

Color information

#9B60AA (or 0x9B60AA) is unknown color: approx Violet Blue. HEX triplet: 9B, 60 and AA. RGB value is (155,96,170). Sum of RGB (Red+Green+Blue) = 155+96+170=421 (55% of max value = 765). Red value is 155 (60.94% from 255 or 36.82% from 421); Green value is 96 (37.89% from 255 or 22.80% from 421); Blue value is 170 (66.80% from 255 or 40.38% from 421); Max value from RGB is 170 - color contains mainly: blue. Hex color #9B60AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9B60AA is #649F55. Grayscale: #797979. Windows color (decimal): -6594390 or 11165851. OLE color: 11165851.

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

Color convert

RGB15596170-
CMYK0.090.4400.33
HSL287.84º30.33%52.16%-
HSV(B)287.84º43.53%66.67%-
XYZ24.9618.2440.23-
YUV122.08155.05151.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 36.82%
GREEN value IS 96 (37.89% from 255) = 22.80%
BLUE value IS 170 (66.80% from 255) = 40.38%
R=36.82%
G=22.80%
B=40.38%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal155961700.090.4400.33287.8430.3352.16
Hex9B60AA92C0211201e34
Octal23314025211540414403664
Binary100110111100000101010101001101100010000110010000011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B60AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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