#9C5CD3

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

Shades of Amethyst #9C5CD3

Tints of Amethyst #9C5CD3

Color information

#9C5CD3 (or 0x9C5CD3) is unknown color: approx Amethyst. HEX triplet: 9C, 5C and D3. RGB value is (156,92,211). Sum of RGB (Red+Green+Blue) = 156+92+211=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 92 (36.33% from 255 or 20.04% from 459); Blue value is 211 (82.81% from 255 or 45.97% from 459); Max value from RGB is 211 - color contains mainly: blue. Hex color #9C5CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CD3 is #63A32C. Grayscale: #7C7C7C. Windows color (decimal): -6529837 or 13851804. OLE color: 13851804.

HSL color Cylindrical-coordinate representation of color #9C5CD3: hue angle of 272.27º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9C5CD3 is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15692211-
CMYK0.260.5600.17
HSL272.27º57.49%59.41%-
HSV(B)272.27º56.4%82.75%-
XYZ29.319.4363.83-
YUV124.7176.7150.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.99%
GREEN value IS 92 (36.33% from 255) = 20.04%
BLUE value IS 211 (82.81% from 255) = 45.97%
R=33.99%
G=20.04%
B=45.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal156922110.260.5600.17272.2757.4959.41
Hex9C5CD31A38011110393b
Octal23413432332700214207173
Binary1001110010111001101001111010111000010001100010000111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,92,211); }

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

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

 a { background-color: rgb(156,92,211); }

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

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

 span { border-color: rgb(156,92,211); }

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