#945ad8

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

Shades of Amethyst #945AD8

Tints of Amethyst #945AD8

Color information

#945AD8 (or 0x945AD8) is unknown color: approx Amethyst. HEX triplet: 94, 5A and D8. RGB value is (148,90,216). Sum of RGB (Red+Green+Blue) = 148+90+216=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 90 (35.55% from 255 or 19.82% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #945AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945AD8 is #6BA527. Grayscale: #797979. Windows color (decimal): -7054632 or 14178964. OLE color: 14178964.

HSL color Cylindrical-coordinate representation of color #945AD8: hue angle of 267.62º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #945AD8 is Cyan = 0.31, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14890216-
CMYK0.310.5800.15
HSL267.62º61.76%60%-
HSV(B)267.62º58.33%84.71%-
XYZ28.2618.5767.06-
YUV121.71181.22146.75-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 90 (35.55% from 255) = 19.82%
BLUE value IS 216 (84.77% from 255) = 47.58%
R=32.60%
G=19.82%
B=47.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal148902160.310.5800.15267.6261.7660
Hex945AD81F3A0F10c3e3c
Octal22413233037720174147674
Binary100101001011010110110001111111101001111100001100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945ad8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #945ad8; }

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

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

<style>
 a { background-color: #945ad8; }

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

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

<style>
 span { border-color: #945ad8; }

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

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