#9C63C3

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

Shades of Amethyst #9C63C3

Tints of Amethyst #9C63C3

Color information

#9C63C3 (or 0x9C63C3) is unknown color: approx Amethyst. HEX triplet: 9C, 63 and C3. RGB value is (156,99,195). Sum of RGB (Red+Green+Blue) = 156+99+195=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 195 (76.56% from 255 or 43.33% from 450); Max value from RGB is 195 - color contains mainly: blue. Hex color #9C63C3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C63C3 is #639C3C. Grayscale: #7E7E7E. Windows color (decimal): -6528061 or 12805020. OLE color: 12805020.

HSL color Cylindrical-coordinate representation of color #9C63C3: hue angle of 275.62º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9C63C3 is Cyan = 0.20, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB15699195-
CMYK0.200.4900.24
HSL275.62º44.44%57.65%-
HSV(B)275.62º49.23%76.47%-
XYZ28.0219.9354-
YUV126.99166.38148.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 99 (39.06% from 255) = 22%
BLUE value IS 195 (76.56% from 255) = 43.33%
R=34.67%
G=22%
B=43.33%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal156991950.200.4900.24275.6244.4457.65
Hex9C63C314310181142c3a
Octal23414330324610304245472
Binary1001110011000111100001110100110001011000100010100101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C63C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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