#944CDB

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

Shades of Amethyst #944CDB

Tints of Amethyst #944CDB

Color information

#944CDB (or 0x944CDB) is unknown color: approx Amethyst. HEX triplet: 94, 4C and DB. RGB value is (148,76,219). Sum of RGB (Red+Green+Blue) = 148+76+219=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 76 (30.08% from 255 or 17.16% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #944CDB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944CDB is #6BB324. Grayscale: #717171. Windows color (decimal): -7058213 or 14371988. OLE color: 14371988.

HSL color Cylindrical-coordinate representation of color #944CDB: hue angle of 270.21º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #944CDB is Cyan = 0.32, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14876219-
CMYK0.320.6500.14
HSL270.21º66.51%57.84%-
HSV(B)270.21º65.3%85.88%-
XYZ27.5816.5868.76-
YUV113.83187.35152.37-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 76 (30.08% from 255) = 17.16%
BLUE value IS 219 (85.94% from 255) = 49.44%
R=33.41%
G=17.16%
B=49.44%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal148762190.320.6500.14270.2166.5157.84
Hex944CDB20410E10e433a
Octal2241143334010101641610372
Binary100101001001100110110111000001000001011101000011101000011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #944CDB; }

 p { color: rgb(148,76,219); }

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

<style>
 a { background-color: #944CDB; }

 a { background-color: rgb(148,76,219); }

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

<style>
 span { border-color: #944CDB; }

 span { border-color: rgb(148,76,219); }

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