#9C5A9A

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

Shades of Violet Blue #9C5A9A

Tints of Violet Blue #9C5A9A

Color information

#9C5A9A (or 0x9C5A9A) is unknown color: approx Violet Blue. HEX triplet: 9C, 5A and 9A. RGB value is (156,90,154). Sum of RGB (Red+Green+Blue) = 156+90+154=400 (52% of max value = 765). Red value is 156 (61.33% from 255 or 39% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 154 (60.55% from 255 or 38.5% from 400); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5A9A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C5A9A is #63A565. Grayscale: #747474. Windows color (decimal): -6530406 or 10115740. OLE color: 10115740.

HSL color Cylindrical-coordinate representation of color #9C5A9A: hue angle of 301.82º degrees, saturation: 0.27, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #9C5A9A is Cyan = 0, Magento = 0.42, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB15690154-
CMYK00.420.010.39
HSL301.82º26.83%48.24%-
HSV(B)301.82º42.31%61.18%-
XYZ23.216.7132.58-
YUV117.03148.87155.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 39%
GREEN value IS 90 (35.55% from 255) = 22.5%
BLUE value IS 154 (60.55% from 255) = 38.5%
R=39%
G=22.5%
B=38.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.01
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1569015400.420.010.39301.8226.8348.24
Hex9C5A9A02A12712e1b30
Octal2341322320521474563360
Binary100111001011010100110100101010110011110010111011011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5A9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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