#904cdd

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

Shades of Amethyst #904CDD

Tints of Amethyst #904CDD

Color information

#904CDD (or 0x904CDD) is unknown color: approx Amethyst. HEX triplet: 90, 4C and DD. RGB value is (144,76,221). Sum of RGB (Red+Green+Blue) = 144+76+221=441 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.65% from 441); Green value is 76 (30.08% from 255 or 17.23% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #904CDD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #904CDD is #6FB322. Grayscale: #707070. Windows color (decimal): -7320355 or 14503056. OLE color: 14503056.

HSL color Cylindrical-coordinate representation of color #904CDD: hue angle of 268.14º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #904CDD is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14476221-
CMYK0.350.6600.13
HSL268.14º68.08%58.24%-
HSV(B)268.14º65.61%86.67%-
XYZ27.1416.3270.13-
YUV112.86189.03150.21-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.65%
GREEN value IS 76 (30.08% from 255) = 17.23%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=32.65%
G=17.23%
B=50.11%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144762210.350.6600.13268.1468.0858.24
Hex904CDD23420D10c443a
Octal2201143354310201541410472
Binary100100001001100110111011000111000010011011000011001000100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #904cdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #904cdd; }

 p { color: rgb(144,76,221); }

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

<style>
 a { background-color: #904cdd; }

 a { background-color: rgb(144,76,221); }

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

<style>
 span { border-color: #904cdd; }

 span { border-color: rgb(144,76,221); }

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