#9C55DC

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

Shades of Amethyst #9C55DC

Tints of Amethyst #9C55DC

Color information

#9C55DC (or 0x9C55DC) is unknown color: approx Amethyst. HEX triplet: 9C, 55 and DC. RGB value is (156,85,220). Sum of RGB (Red+Green+Blue) = 156+85+220=461 (61% of max value = 765). Red value is 156 (61.33% from 255 or 33.84% from 461); Green value is 85 (33.59% from 255 or 18.44% from 461); Blue value is 220 (86.33% from 255 or 47.72% from 461); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C55DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55DC is #63AA23. Grayscale: #797979. Windows color (decimal): -6531620 or 14439836. OLE color: 14439836.

HSL color Cylindrical-coordinate representation of color #9C55DC: hue angle of 271.56º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C55DC is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15685220-
CMYK0.290.6100.14
HSL271.56º65.85%59.8%-
HSV(B)271.56º61.36%86.27%-
XYZ29.8818.7369.75-
YUV121.62183.52152.52-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.84%
GREEN value IS 85 (33.59% from 255) = 18.44%
BLUE value IS 220 (86.33% from 255) = 47.72%
R=33.84%
G=18.44%
B=47.72%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156852200.290.6100.14271.5665.8559.8
Hex9C55DC1D3D0E110423c
Octal234125334357501642010274
Binary1001110010101011101110011101111101011101000100001000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C55DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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