#9C60AB

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

Shades of Violet Blue #9C60AB

Tints of Violet Blue #9C60AB

Color information

#9C60AB (or 0x9C60AB) is unknown color: approx Violet Blue. HEX triplet: 9C, 60 and AB. RGB value is (156,96,171). Sum of RGB (Red+Green+Blue) = 156+96+171=423 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.88% from 423); Green value is 96 (37.89% from 255 or 22.70% from 423); Blue value is 171 (67.19% from 255 or 40.43% from 423); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C60AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C60AB is #639F54. Grayscale: #7A7A7A. Windows color (decimal): -6528853 or 11231388. OLE color: 11231388.

HSL color Cylindrical-coordinate representation of color #9C60AB: hue angle of 288º degrees, saturation: 0.31, 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 #9C60AB is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15696171-
CMYK0.090.4400.33
HSL288º30.86%52.35%-
HSV(B)288º43.86%67.06%-
XYZ25.2418.3740.74-
YUV122.49155.38151.9-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.88%
GREEN value IS 96 (37.89% from 255) = 22.70%
BLUE value IS 171 (67.19% from 255) = 40.43%
R=36.88%
G=22.70%
B=40.43%

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
Decimal156961710.090.4400.3328830.8652.35
Hex9C60AB92C0211201f34
Octal23414025311540414403764
Binary100111001100000101010111001101100010000110010000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C60AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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