#9C5AAB

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

Shades of Violet Blue #9C5AAB

Tints of Violet Blue #9C5AAB

Color information

#9C5AAB (or 0x9C5AAB) is unknown color: approx Violet Blue. HEX triplet: 9C, 5A and AB. RGB value is (156,90,171). Sum of RGB (Red+Green+Blue) = 156+90+171=417 (55% of max value = 765). Red value is 156 (61.33% from 255 or 37.41% from 417); Green value is 90 (35.55% from 255 or 21.58% from 417); Blue value is 171 (67.19% from 255 or 41.01% from 417); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C5AAB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5AAB is #63A554. Grayscale: #767676. Windows color (decimal): -6530389 or 11229852. OLE color: 11229852.

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

Color convert

RGB15690171-
CMYK0.090.4700.33
HSL288.89º32.53%51.18%-
HSV(B)288.89º47.37%67.06%-
XYZ24.7217.3240.57-
YUV118.97157.37154.41-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 37.41%
GREEN value IS 90 (35.55% from 255) = 21.58%
BLUE value IS 171 (67.19% from 255) = 41.01%
R=37.41%
G=21.58%
B=41.01%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156901710.090.4700.33288.8932.5351.18
Hex9C5AAB92F0211212133
Octal23413225311570414414163
Binary1001110010110101010101110011011110100001100100001100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5AAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,171); }

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

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

 a { background-color: rgb(156,90,171); }

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

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

 span { border-color: rgb(156,90,171); }

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