#9C5ADF

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

Shades of Amethyst #9C5ADF

Tints of Amethyst #9C5ADF

Color information

#9C5ADF (or 0x9C5ADF) is unknown color: approx Amethyst. HEX triplet: 9C, 5A and DF. RGB value is (156,90,223). Sum of RGB (Red+Green+Blue) = 156+90+223=469 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.26% from 469); Green value is 90 (35.55% from 255 or 19.19% from 469); Blue value is 223 (87.5% from 255 or 47.55% from 469); Max value from RGB is 223 - color contains mainly: blue. Hex color #9C5ADF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5ADF is #63A520. Grayscale: #7C7C7C. Windows color (decimal): -6530337 or 14637724. OLE color: 14637724.

HSL color Cylindrical-coordinate representation of color #9C5ADF: hue angle of 269.77º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9C5ADF is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15690223-
CMYK0.300.6000.13
HSL269.77º67.51%61.37%-
HSV(B)269.77º59.64%87.45%-
XYZ30.6919.7172-
YUV124.9183.37150.19-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.26%
GREEN value IS 90 (35.55% from 255) = 19.19%
BLUE value IS 223 (87.5% from 255) = 47.55%
R=33.26%
G=19.19%
B=47.55%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156902230.300.6000.13269.7767.5161.37
Hex9C5ADF1E3C0D10e443d
Octal234132337367401541610475
Binary1001110010110101101111111110111100011011000011101000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5ADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,90,223); }

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

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

 a { background-color: rgb(156,90,223); }

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

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

 span { border-color: rgb(156,90,223); }

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