#945ACF

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

Shades of Amethyst #945ACF

Tints of Amethyst #945ACF

Color information

#945ACF (or 0x945ACF) is unknown color: approx Amethyst. HEX triplet: 94, 5A and CF. RGB value is (148,90,207). Sum of RGB (Red+Green+Blue) = 148+90+207=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #945ACF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ACF is #6BA530. Grayscale: #787878. Windows color (decimal): -7054641 or 13589140. OLE color: 13589140.

HSL color Cylindrical-coordinate representation of color #945ACF: hue angle of 269.74º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #945ACF is Cyan = 0.29, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14890207-
CMYK0.290.5700.19
HSL269.74º54.93%58.24%-
HSV(B)269.74º56.52%81.18%-
XYZ27.1318.1161.1-
YUV120.68176.72147.49-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 90 (35.55% from 255) = 20.22%
BLUE value IS 207 (81.25% from 255) = 46.52%
R=33.26%
G=20.22%
B=46.52%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal148902070.290.5700.19269.7454.9358.24
Hex945ACF1D3901310e373a
Octal22413231735710234166772
Binary1001010010110101100111111101111001010011100001110110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945ACF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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