#9F5CD3

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

Shades of Amethyst #9F5CD3

Tints of Amethyst #9F5CD3

Color information

#9F5CD3 (or 0x9F5CD3) is unknown color: approx Amethyst. HEX triplet: 9F, 5C and D3. RGB value is (159,92,211). Sum of RGB (Red+Green+Blue) = 159+92+211=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 92 (36.33% from 255 or 19.91% from 462); Blue value is 211 (82.81% from 255 or 45.67% from 462); Max value from RGB is 211 - color contains mainly: blue. Hex color #9F5CD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5CD3 is #60A32C. Grayscale: #7D7D7D. Windows color (decimal): -6333229 or 13851807. OLE color: 13851807.

HSL color Cylindrical-coordinate representation of color #9F5CD3: hue angle of 273.78º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9F5CD3 is Cyan = 0.25, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB15992211-
CMYK0.250.5600.17
HSL273.78º57.49%59.41%-
HSV(B)273.78º56.4%82.75%-
XYZ29.8819.7363.86-
YUV125.6176.2151.82-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.42%
GREEN value IS 92 (36.33% from 255) = 19.91%
BLUE value IS 211 (82.81% from 255) = 45.67%
R=34.42%
G=19.91%
B=45.67%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal159922110.250.5600.17273.7857.4959.41
Hex9F5CD31938011112393b
Octal23713432331700214227173
Binary1001111110111001101001111001111000010001100010010111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,92,211); }

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

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

 a { background-color: rgb(159,92,211); }

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

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

 span { border-color: rgb(159,92,211); }

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