#946AD1

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

Shades of Amethyst #946AD1

Tints of Amethyst #946AD1

Color information

#946AD1 (or 0x946AD1) is unknown color: approx Amethyst. HEX triplet: 94, 6A and D1. RGB value is (148,106,209). Sum of RGB (Red+Green+Blue) = 148+106+209=463 (61% of max value = 765). Red value is 148 (58.20% from 255 or 31.97% from 463); Green value is 106 (41.80% from 255 or 22.89% from 463); Blue value is 209 (82.03% from 255 or 45.14% from 463); Max value from RGB is 209 - color contains mainly: blue. Hex color #946AD1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946AD1 is #6B952E. Grayscale: #818181. Windows color (decimal): -7050543 or 13724308. OLE color: 13724308.

HSL color Cylindrical-coordinate representation of color #946AD1: hue angle of 264.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #946AD1 is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB148106209-
CMYK0.290.4900.18
HSL264.47º52.82%61.76%-
HSV(B)264.47º49.28%81.96%-
XYZ28.8821.2162.89-
YUV130.3172.41140.62-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.97%
GREEN value IS 106 (41.80% from 255) = 22.89%
BLUE value IS 209 (82.03% from 255) = 45.14%
R=31.97%
G=22.89%
B=45.14%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1481062090.290.4900.18264.4752.8261.76
Hex946AD11D31012108353e
Octal22415232135610224106576
Binary1001010011010101101000111101110001010010100001000110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #946AD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #946AD1; }

 p { color: rgb(148,106,209); }

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

<style>
 a { background-color: #946AD1; }

 a { background-color: rgb(148,106,209); }

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

<style>
 span { border-color: #946AD1; }

 span { border-color: rgb(148,106,209); }

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