#9c51dc

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

Shades of Amethyst #9C51DC

Tints of Amethyst #9C51DC

Color information

#9C51DC (or 0x9C51DC) is unknown color: approx Amethyst. HEX triplet: 9C, 51 and DC. RGB value is (156,81,220). Sum of RGB (Red+Green+Blue) = 156+81+220=457 (60% of max value = 765). Red value is 156 (61.33% from 255 or 34.14% from 457); Green value is 81 (32.03% from 255 or 17.72% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #9C51DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C51DC is #63AE23. Grayscale: #767676. Windows color (decimal): -6532644 or 14438812. OLE color: 14438812.

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

Color convert

RGB15681220-
CMYK0.290.6300.14
HSL272.37º66.51%59.02%-
HSV(B)272.37º63.18%86.27%-
XYZ29.5718.1269.65-
YUV119.27184.85154.2-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.14%
GREEN value IS 81 (32.03% from 255) = 17.72%
BLUE value IS 220 (86.33% from 255) = 48.14%
R=34.14%
G=17.72%
B=48.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal156812200.290.6300.14272.3766.5159.02
Hex9C51DC1D3F0E110433b
Octal234121334357701642010373
Binary1001110010100011101110011101111111011101000100001000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9c51dc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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