#9C51D5

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

Shades of Amethyst #9C51D5

Tints of Amethyst #9C51D5

Color information

#9C51D5 (or 0x9C51D5) is unknown color: approx Amethyst. HEX triplet: 9C, 51 and D5. RGB value is (156,81,213). Sum of RGB (Red+Green+Blue) = 156+81+213=450 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.67% from 450); Green value is 81 (32.03% from 255 or 18% from 450); Blue value is 213 (83.59% from 255 or 47.33% from 450); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C51D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C51D5 is #63AE2A. Grayscale: #767676. Windows color (decimal): -6532651 or 13980060. OLE color: 13980060.

HSL color Cylindrical-coordinate representation of color #9C51D5: hue angle of 274.09º degrees, saturation: 0.61, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9C51D5 is Cyan = 0.27, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB15681213-
CMYK0.270.6200.16
HSL274.09º61.11%57.65%-
HSV(B)274.09º61.97%83.53%-
XYZ28.6617.7664.87-
YUV118.47181.35154.77-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.67%
GREEN value IS 81 (32.03% from 255) = 18%
BLUE value IS 213 (83.59% from 255) = 47.33%
R=34.67%
G=18%
B=47.33%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156812130.270.6200.16274.0961.1157.65
Hex9C51D51B3E0101123d3a
Octal23412132533760204227572
Binary1001110010100011101010111011111110010000100010010111101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C51D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,81,213); }

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

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

 a { background-color: rgb(156,81,213); }

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

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

 span { border-color: rgb(156,81,213); }

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