#9C63AA

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

Shades of Violet Blue #9C63AA

Tints of Violet Blue #9C63AA

Color information

#9C63AA (or 0x9C63AA) is unknown color: approx Violet Blue. HEX triplet: 9C, 63 and AA. RGB value is (156,99,170). Sum of RGB (Red+Green+Blue) = 156+99+170=425 (56% of max value = 765). Red value is 156 (61.33% from 255 or 36.71% from 425); Green value is 99 (39.06% from 255 or 23.29% from 425); Blue value is 170 (66.80% from 255 or 40% from 425); Max value from RGB is 170 - color contains mainly: blue. Hex color #9C63AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #9C63AA is #639C55. Grayscale: #7B7B7B. Windows color (decimal): -6528086 or 11166620. OLE color: 11166620.

HSL color Cylindrical-coordinate representation of color #9C63AA: hue angle of 288.17º degrees, saturation: 0.29, 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 #9C63AA is Cyan = 0.08, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB15699170-
CMYK0.080.4200.33
HSL288.17º29.46%52.75%-
HSV(B)288.17º41.76%66.67%-
XYZ25.4318.8940.34-
YUV124.14153.88150.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 36.71%
GREEN value IS 99 (39.06% from 255) = 23.29%
BLUE value IS 170 (66.80% from 255) = 40%
R=36.71%
G=23.29%
B=40%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal156991700.080.4200.33288.1729.4652.75
Hex9C63AA82A0211201d35
Octal23414325210520414403565
Binary100111001100011101010101000101010010000110010000011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C63AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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