#9C5CDE

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

Shades of Amethyst #9C5CDE

Tints of Amethyst #9C5CDE

Color information

#9C5CDE (or 0x9C5CDE) is unknown color: approx Amethyst. HEX triplet: 9C, 5C and DE. RGB value is (156,92,222). Sum of RGB (Red+Green+Blue) = 156+92+222=470 (62% of max value = 765). Red value is 156 (61.33% from 255 or 33.19% from 470); Green value is 92 (36.33% from 255 or 19.57% from 470); Blue value is 222 (87.11% from 255 or 47.23% from 470); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5CDE is #63A321. Grayscale: #7D7D7D. Windows color (decimal): -6529826 or 14572700. OLE color: 14572700.

HSL color Cylindrical-coordinate representation of color #9C5CDE: hue angle of 269.54º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9C5CDE is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15692222-
CMYK0.300.5900.13
HSL269.54º66.33%61.57%-
HSV(B)269.54º58.56%87.06%-
XYZ30.722071.35-
YUV125.96182.2149.43-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.19%
GREEN value IS 92 (36.33% from 255) = 19.57%
BLUE value IS 222 (87.11% from 255) = 47.23%
R=33.19%
G=19.57%
B=47.23%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156922220.300.5900.13269.5466.3361.57
Hex9C5CDE1E3B0D10e423e
Octal234134336367301541610276
Binary1001110010111001101111011110111011011011000011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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