#9f5dcc

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

Shades of Amethyst #9F5DCC

Tints of Amethyst #9F5DCC

Color information

#9F5DCC (or 0x9F5DCC) is unknown color: approx Amethyst. HEX triplet: 9F, 5D and CC. RGB value is (159,93,204). Sum of RGB (Red+Green+Blue) = 159+93+204=456 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.87% from 456); Green value is 93 (36.72% from 255 or 20.39% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9F5DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5DCC is #60A233. Grayscale: #7D7D7D. Windows color (decimal): -6332980 or 13393311. OLE color: 13393311.

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

Color convert

RGB15993204-
CMYK0.220.5400.2
HSL275.68º52.11%58.24%-
HSV(B)275.68º54.41%80%-
XYZ29.1119.5659.37-
YUV125.39172.37151.97-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.87%
GREEN value IS 93 (36.72% from 255) = 20.39%
BLUE value IS 204 (80.08% from 255) = 44.74%
R=34.87%
G=20.39%
B=44.74%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal159932040.220.5400.2275.6852.1158.24
Hex9F5DCC1636014114343a
Octal23713531426660244246472
Binary1001111110111011100110010110110110010100100010100110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f5dcc

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,93,204); }

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

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

 a { background-color: rgb(159,93,204); }

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

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

 span { border-color: rgb(159,93,204); }

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