#9f52e2

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

Shades of Amethyst #9F52E2

Tints of Amethyst #9F52E2

Color information

#9F52E2 (or 0x9F52E2) is unknown color: approx Amethyst. HEX triplet: 9F, 52 and E2. RGB value is (159,82,226). Sum of RGB (Red+Green+Blue) = 159+82+226=467 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.05% from 467); Green value is 82 (32.42% from 255 or 17.56% from 467); Blue value is 226 (88.67% from 255 or 48.39% from 467); Max value from RGB is 226 - color contains mainly: blue. Hex color #9F52E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9F52E2 is #60AD1D. Grayscale: #787878. Windows color (decimal): -6335774 or 14832287. OLE color: 14832287.

HSL color Cylindrical-coordinate representation of color #9F52E2: hue angle of 272.08º degrees, saturation: 0.71, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9F52E2 is Cyan = 0.30, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15982226-
CMYK0.300.6400.11
HSL272.08º71.29%60.39%-
HSV(B)272.08º63.72%88.63%-
XYZ31.0418.973.96-
YUV121.44187.01154.79-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 34.05%
GREEN value IS 82 (32.42% from 255) = 17.56%
BLUE value IS 226 (88.67% from 255) = 48.39%
R=34.05%
G=17.56%
B=48.39%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal159822260.300.6400.11272.0871.2960.39
Hex9F52E21E400B110473c
Octal2371223423610001342010774
Binary10011111101001011100010111101000000010111000100001000111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9f52e2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,82,226); }

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

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

 a { background-color: rgb(159,82,226); }

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

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

 span { border-color: rgb(159,82,226); }

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