#924BD4

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

Shades of Amethyst #924BD4

Tints of Amethyst #924BD4

Color information

#924BD4 (or 0x924BD4) is unknown color: approx Amethyst. HEX triplet: 92, 4B and D4. RGB value is (146,75,212). Sum of RGB (Red+Green+Blue) = 146+75+212=433 (57% of max value = 765). Red value is 146 (57.42% from 255 or 33.72% from 433); Green value is 75 (29.69% from 255 or 17.32% from 433); Blue value is 212 (83.20% from 255 or 48.96% from 433); Max value from RGB is 212 - color contains mainly: blue. Hex color #924BD4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #924BD4 is #6DB42B. Grayscale: #6F6F6F. Windows color (decimal): -7189548 or 13912978. OLE color: 13912978.

HSL color Cylindrical-coordinate representation of color #924BD4: hue angle of 271.09º degrees, saturation: 0.61, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #924BD4 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14675212-
CMYK0.310.6500.17
HSL271.09º61.43%56.27%-
HSV(B)271.09º64.62%83.14%-
XYZ26.2515.963.97-
YUV111.85184.52152.36-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 33.72%
GREEN value IS 75 (29.69% from 255) = 17.32%
BLUE value IS 212 (83.20% from 255) = 48.96%
R=33.72%
G=17.32%
B=48.96%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal146752120.310.6500.17271.0961.4356.27
Hex924BD41F4101110f3d38
Octal222113324371010214177570
Binary10010010100101111010100111111000001010001100001111111101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #924BD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(146,75,212); }

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

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

 a { background-color: rgb(146,75,212); }

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

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

 span { border-color: rgb(146,75,212); }

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