#924CD1

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

Shades of Amethyst #924CD1

Tints of Amethyst #924CD1

Color information

#924CD1 (or 0x924CD1) is unknown color: approx Amethyst. HEX triplet: 92, 4C and D1. RGB value is (146,76,209). Sum of RGB (Red+Green+Blue) = 146+76+209=431 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.87% from 431); Green value is 76 (30.08% from 255 or 17.63% from 431); Blue value is 209 (82.03% from 255 or 48.49% from 431); Max value from RGB is 209 - color contains mainly: blue. Hex color #924CD1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924CD1 is #6DB32E. Grayscale: #6F6F6F. Windows color (decimal): -7189295 or 13716626. OLE color: 13716626.

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

Color convert

RGB14676209-
CMYK0.300.6400.18
HSL271.58º59.11%55.88%-
HSV(B)271.58º63.64%81.96%-
XYZ25.9515.8862.02-
YUV112.09182.69152.19-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.87%
GREEN value IS 76 (30.08% from 255) = 17.63%
BLUE value IS 209 (82.03% from 255) = 48.49%
R=33.87%
G=17.63%
B=48.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal146762090.300.6400.18271.5859.1155.88
Hex924CD11E400121103b38
Octal222114321361000224207370
Binary10010010100110011010001111101000000010010100010000111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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