#9C61AB

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

Shades of Violet Blue #9C61AB

Tints of Violet Blue #9C61AB

Color information

#9C61AB (or 0x9C61AB) is unknown color: approx Violet Blue. HEX triplet: 9C, 61 and AB. RGB value is (156,97,171). Sum of RGB (Red+Green+Blue) = 156+97+171=424 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.79% from 424); Green value is 97 (38.28% from 255 or 22.88% from 424); Blue value is 171 (67.19% from 255 or 40.33% from 424); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C61AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C61AB is #639E54. Grayscale: #7A7A7A. Windows color (decimal): -6528597 or 11231644. OLE color: 11231644.

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

Color convert

RGB15697171-
CMYK0.090.4300.33
HSL287.84º30.58%52.55%-
HSV(B)287.84º43.27%67.06%-
XYZ25.3418.5640.77-
YUV123.08155.05151.48-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.79%
GREEN value IS 97 (38.28% from 255) = 22.88%
BLUE value IS 171 (67.19% from 255) = 40.33%
R=36.79%
G=22.88%
B=40.33%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156971710.090.4300.33287.8430.5852.55
Hex9C61AB92B0211201f35
Octal23414125311530414403765
Binary100111001100001101010111001101011010000110010000011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C61AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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