#9252D9

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

Shades of Amethyst #9252D9

Tints of Amethyst #9252D9

Color information

#9252D9 (or 0x9252D9) is unknown color: approx Amethyst. HEX triplet: 92, 52 and D9. RGB value is (146,82,217). Sum of RGB (Red+Green+Blue) = 146+82+217=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 82 (32.42% from 255 or 18.43% from 445); Blue value is 217 (85.16% from 255 or 48.76% from 445); Max value from RGB is 217 - color contains mainly: blue. Hex color #9252D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9252D9 is #6DAD26. Grayscale: #747474. Windows color (decimal): -7187751 or 14242450. OLE color: 14242450.

HSL color Cylindrical-coordinate representation of color #9252D9: hue angle of 268.44º degrees, saturation: 0.64, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9252D9 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14682217-
CMYK0.330.6200.15
HSL268.44º63.98%58.63%-
HSV(B)268.44º62.21%85.1%-
XYZ27.417.1667.51-
YUV116.53184.7149.02-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 32.81%
GREEN value IS 82 (32.42% from 255) = 18.43%
BLUE value IS 217 (85.16% from 255) = 48.76%
R=32.81%
G=18.43%
B=48.76%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal146822170.330.6200.15268.4463.9858.63
Hex9252D9213E0F10c403b
Octal222122331417601741410073
Binary10010010101001011011001100001111110011111000011001000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9252D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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