#9C55DA

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

Shades of Amethyst #9C55DA

Tints of Amethyst #9C55DA

Color information

#9C55DA (or 0x9C55DA) is unknown color: approx Amethyst. HEX triplet: 9C, 55 and DA. RGB value is (156,85,218). Sum of RGB (Red+Green+Blue) = 156+85+218=459 (60% of max value = 765). Red value is 156 (61.33% from 255 or 33.99% from 459); Green value is 85 (33.59% from 255 or 18.52% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #9C55DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C55DA is #63AA25. Grayscale: #787878. Windows color (decimal): -6531622 or 14308764. OLE color: 14308764.

HSL color Cylindrical-coordinate representation of color #9C55DA: hue angle of 272.03º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9C55DA is Cyan = 0.28, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB15685218-
CMYK0.280.6100.15
HSL272.03º64.25%59.41%-
HSV(B)272.03º61.01%85.49%-
XYZ29.6118.6368.36-
YUV121.39182.52152.69-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 33.99%
GREEN value IS 85 (33.59% from 255) = 18.52%
BLUE value IS 218 (85.55% from 255) = 47.49%
R=33.99%
G=18.52%
B=47.49%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal156852180.280.6100.15272.0364.2559.41
Hex9C55DA1C3D0F110403b
Octal234125332347501742010073
Binary1001110010101011101101011100111101011111000100001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C55DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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