#9C5DD5

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

Shades of Amethyst #9C5DD5

Tints of Amethyst #9C5DD5

Color information

#9C5DD5 (or 0x9C5DD5) is unknown color: approx Amethyst. HEX triplet: 9C, 5D and D5. RGB value is (156,93,213). Sum of RGB (Red+Green+Blue) = 156+93+213=462 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.77% from 462); Green value is 93 (36.72% from 255 or 20.13% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #9C5DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5DD5 is #63A22A. Grayscale: #7D7D7D. Windows color (decimal): -6529579 or 13983132. OLE color: 13983132.

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

Color convert

RGB15693213-
CMYK0.270.5600.16
HSL271.5º58.82%60%-
HSV(B)271.5º56.34%83.53%-
XYZ29.6319.765.19-
YUV125.52177.37149.74-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.77%
GREEN value IS 93 (36.72% from 255) = 20.13%
BLUE value IS 213 (83.59% from 255) = 46.10%
R=33.77%
G=20.13%
B=46.10%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal156932130.270.5600.16271.558.8260
Hex9C5DD51B380101103b3c
Octal23413532533700204207374
Binary1001110010111011101010111011111000010000100010000111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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