#924FD1

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

Shades of Amethyst #924FD1

Tints of Amethyst #924FD1

Color information

#924FD1 (or 0x924FD1) is unknown color: approx Amethyst. HEX triplet: 92, 4F and D1. RGB value is (146,79,209). Sum of RGB (Red+Green+Blue) = 146+79+209=434 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.64% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 209 (82.03% from 255 or 48.16% from 434); Max value from RGB is 209 - color contains mainly: blue. Hex color #924FD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #924FD1 is #6DB02E. Grayscale: #717171. Windows color (decimal): -7188527 or 13717394. OLE color: 13717394.

HSL color Cylindrical-coordinate representation of color #924FD1: hue angle of 270.92º degrees, saturation: 0.59, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #924FD1 is Cyan = 0.30, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14679209-
CMYK0.300.6200.18
HSL270.92º58.56%56.47%-
HSV(B)270.92º62.2%81.96%-
XYZ26.1616.3162.09-
YUV113.85181.7150.93-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.64%
GREEN value IS 79 (31.25% from 255) = 18.20%
BLUE value IS 209 (82.03% from 255) = 48.16%
R=33.64%
G=18.20%
B=48.16%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146792090.300.6200.18270.9258.5656.47
Hex924FD11E3E01210f3b38
Octal22211732136760224177370
Binary1001001010011111101000111110111110010010100001111111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924FD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #924FD1; }

 p { color: rgb(146,79,209); }

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

<style>
 a { background-color: #924FD1; }

 a { background-color: rgb(146,79,209); }

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

<style>
 span { border-color: #924FD1; }

 span { border-color: rgb(146,79,209); }

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