#9C63AB

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

Shades of Violet Blue #9C63AB

Tints of Violet Blue #9C63AB

Color information

#9C63AB (or 0x9C63AB) is unknown color: approx Violet Blue. HEX triplet: 9C, 63 and AB. RGB value is (156,99,171). Sum of RGB (Red+Green+Blue) = 156+99+171=426 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.62% from 426); Green value is 99 (39.06% from 255 or 23.24% from 426); Blue value is 171 (67.19% from 255 or 40.14% from 426); Max value from RGB is 171 - color contains mainly: blue. Hex color #9C63AB is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C63AB is #639C54. Grayscale: #7C7C7C. Windows color (decimal): -6528085 or 11232156. OLE color: 11232156.

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

Color convert

RGB15699171-
CMYK0.090.4200.33
HSL287.5º30%52.94%-
HSV(B)287.5º42.11%67.06%-
XYZ25.5218.9340.84-
YUV124.25154.38150.65-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.62%
GREEN value IS 99 (39.06% from 255) = 23.24%
BLUE value IS 171 (67.19% from 255) = 40.14%
R=36.62%
G=23.24%
B=40.14%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156991710.090.4200.33287.53052.94
Hex9C63AB92A0211201e35
Octal23414325311520414403665
Binary100111001100011101010111001101010010000110010000011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C63AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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