#9C55DE

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

Shades of Amethyst #9C55DE

Tints of Amethyst #9C55DE

Color information

#9C55DE (or 0x9C55DE) is unknown color: approx Amethyst. HEX triplet: 9C, 55 and DE. RGB value is (156,85,222). Sum of RGB (Red+Green+Blue) = 156+85+222=463 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.69% from 463); Green value is 85 (33.59% from 255 or 18.36% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #9C55DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55DE is #63AA21. Grayscale: #797979. Windows color (decimal): -6531618 or 14570908. OLE color: 14570908.

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

Color convert

RGB15685222-
CMYK0.300.6200.13
HSL271.09º67.49%60.2%-
HSV(B)271.09º61.71%87.06%-
XYZ30.1418.8471.15-
YUV121.85184.52152.36-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.69%
GREEN value IS 85 (33.59% from 255) = 18.36%
BLUE value IS 222 (87.11% from 255) = 47.95%
R=33.69%
G=18.36%
B=47.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal156852220.300.6200.13271.0967.4960.2
Hex9C55DE1E3E0D10f433c
Octal234125336367601541710374
Binary1001110010101011101111011110111110011011000011111000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C55DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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