#9F5ACA

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

Shades of Amethyst #9F5ACA

Tints of Amethyst #9F5ACA

Color information

#9F5ACA (or 0x9F5ACA) is unknown color: approx Amethyst. HEX triplet: 9F, 5A and CA. RGB value is (159,90,202). Sum of RGB (Red+Green+Blue) = 159+90+202=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 90 (35.55% from 255 or 19.96% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #9F5ACA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F5ACA is #60A535. Grayscale: #7B7B7B. Windows color (decimal): -6333750 or 13261471. OLE color: 13261471.

HSL color Cylindrical-coordinate representation of color #9F5ACA: hue angle of 276.96º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9F5ACA is Cyan = 0.21, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB15990202-
CMYK0.210.5500.21
HSL276.96º51.38%57.25%-
HSV(B)276.96º55.45%79.22%-
XYZ28.6118.9558.03-
YUV123.4172.36153.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 35.25%
GREEN value IS 90 (35.55% from 255) = 19.96%
BLUE value IS 202 (79.30% from 255) = 44.79%
R=35.25%
G=19.96%
B=44.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal159902020.210.5500.21276.9651.3857.25
Hex9F5ACA15370151153339
Octal23713231225670254256371
Binary1001111110110101100101010101110111010101100010101110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,90,202); }

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

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

 a { background-color: rgb(159,90,202); }

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

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

 span { border-color: rgb(159,90,202); }

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