#944BD8

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

Shades of Amethyst #944BD8

Tints of Amethyst #944BD8

Color information

#944BD8 (or 0x944BD8) is unknown color: approx Amethyst. HEX triplet: 94, 4B and D8. RGB value is (148,75,216). Sum of RGB (Red+Green+Blue) = 148+75+216=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 75 (29.69% from 255 or 17.08% from 439); Blue value is 216 (84.77% from 255 or 49.20% from 439); Max value from RGB is 216 - color contains mainly: blue. Hex color #944BD8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #944BD8 is #6BB427. Grayscale: #707070. Windows color (decimal): -7058472 or 14175124. OLE color: 14175124.

HSL color Cylindrical-coordinate representation of color #944BD8: hue angle of 271.06º degrees, saturation: 0.64, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #944BD8 is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14875216-
CMYK0.310.6500.15
HSL271.06º64.38%57.06%-
HSV(B)271.06º65.28%84.71%-
XYZ27.1216.2966.68-
YUV112.9186.18153.04-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.71%
GREEN value IS 75 (29.69% from 255) = 17.08%
BLUE value IS 216 (84.77% from 255) = 49.20%
R=33.71%
G=17.08%
B=49.20%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148752160.310.6500.15271.0664.3857.06
Hex944BD81F410F10f4039
Octal2241133303710101741710071
Binary10010100100101111011000111111000001011111000011111000000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #944BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,75,216); }

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

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

 a { background-color: rgb(148,75,216); }

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

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

 span { border-color: rgb(148,75,216); }

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