#9C5BCC

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

Shades of Amethyst #9C5BCC

Tints of Amethyst #9C5BCC

Color information

#9C5BCC (or 0x9C5BCC) is unknown color: approx Amethyst. HEX triplet: 9C, 5B and CC. RGB value is (156,91,204). Sum of RGB (Red+Green+Blue) = 156+91+204=451 (59% of max value = 765). Red value is 156 (61.33% from 255 or 34.59% from 451); Green value is 91 (35.94% from 255 or 20.18% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #9C5BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9C5BCC is #63A433. Grayscale: #7A7A7A. Windows color (decimal): -6530100 or 13392796. OLE color: 13392796.

HSL color Cylindrical-coordinate representation of color #9C5BCC: hue angle of 274.51º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9C5BCC is Cyan = 0.24, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB15691204-
CMYK0.240.5500.2
HSL274.51º52.56%57.84%-
HSV(B)274.51º55.39%80%-
XYZ28.3518.9159.28-
YUV123.32173.53151.31-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 34.59%
GREEN value IS 91 (35.94% from 255) = 20.18%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=34.59%
G=20.18%
B=45.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal156912040.240.5500.2274.5152.5657.84
Hex9C5BCC1837014113353a
Octal23413331430670244236572
Binary1001110010110111100110011000110111010100100010011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,91,204); }

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

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

 a { background-color: rgb(156,91,204); }

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

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

 span { border-color: rgb(156,91,204); }

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