#945DD5

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

Shades of Amethyst #945DD5

Tints of Amethyst #945DD5

Color information

#945DD5 (or 0x945DD5) is unknown color: approx Amethyst. HEX triplet: 94, 5D and D5. RGB value is (148,93,213). Sum of RGB (Red+Green+Blue) = 148+93+213=454 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.60% from 454); Green value is 93 (36.72% from 255 or 20.48% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 213 - color contains mainly: blue. Hex color #945DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DD5 is #6BA22A. Grayscale: #7A7A7A. Windows color (decimal): -7053867 or 13983124. OLE color: 13983124.

HSL color Cylindrical-coordinate representation of color #945DD5: hue angle of 267.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #945DD5 is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14893213-
CMYK0.310.5600.16
HSL267.5º58.82%60%-
HSV(B)267.5º56.34%83.53%-
XYZ28.1418.9365.12-
YUV123.12178.72145.74-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 32.60%
GREEN value IS 93 (36.72% from 255) = 20.48%
BLUE value IS 213 (83.59% from 255) = 46.92%
R=32.60%
G=20.48%
B=46.92%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal148932130.310.5600.16267.558.8260
Hex945DD51F3801010c3b3c
Octal22413532537700204147374
Binary1001010010111011101010111111111000010000100001100111011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,93,213); }

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

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

 a { background-color: rgb(148,93,213); }

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

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

 span { border-color: rgb(148,93,213); }

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