#9252E3

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

Shades of Amethyst #9252E3

Tints of Amethyst #9252E3

Color information

#9252E3 (or 0x9252E3) is unknown color: approx Amethyst. HEX triplet: 92, 52 and E3. RGB value is (146,82,227). Sum of RGB (Red+Green+Blue) = 146+82+227=455 (60% of max value = 765). Red value is 146 (57.42% from 255 or 32.09% from 455); Green value is 82 (32.42% from 255 or 18.02% from 455); Blue value is 227 (89.06% from 255 or 49.89% from 455); Max value from RGB is 227 - color contains mainly: blue. Hex color #9252E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252E3 is #6DAD1C. Grayscale: #757575. Windows color (decimal): -7187741 or 14897810. OLE color: 14897810.

HSL color Cylindrical-coordinate representation of color #9252E3: hue angle of 266.48º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9252E3 is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB14682227-
CMYK0.360.6400.11
HSL266.48º72.14%60.59%-
HSV(B)266.48º63.88%89.02%-
XYZ28.7417.6974.57-
YUV117.67189.7148.21-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.09%
GREEN value IS 82 (32.42% from 255) = 18.02%
BLUE value IS 227 (89.06% from 255) = 49.89%
R=32.09%
G=18.02%
B=49.89%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal146822270.360.6400.11266.4872.1460.59
Hex9252E324400B10a483d
Octal2221223434410001341211075
Binary100100101010010111000111001001000000010111000010101001000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9252E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9252E3; }

 p { color: rgb(146,82,227); }

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

<style>
 a { background-color: #9252E3; }

 a { background-color: rgb(146,82,227); }

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

<style>
 span { border-color: #9252E3; }

 span { border-color: rgb(146,82,227); }

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