#945ACD

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

Shades of Amethyst #945ACD

Tints of Amethyst #945ACD

Color information

#945ACD (or 0x945ACD) is unknown color: approx Amethyst. HEX triplet: 94, 5A and CD. RGB value is (148,90,205). Sum of RGB (Red+Green+Blue) = 148+90+205=443 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.41% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #945ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945ACD is #6BA532. Grayscale: #787878. Windows color (decimal): -7054643 or 13458068. OLE color: 13458068.

HSL color Cylindrical-coordinate representation of color #945ACD: hue angle of 270.26º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #945ACD is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14890205-
CMYK0.280.5600.20
HSL270.26º53.49%57.84%-
HSV(B)270.26º56.1%80.39%-
XYZ26.8918.0259.82-
YUV120.45175.72147.65-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.41%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=33.41%
G=20.32%
B=46.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148902050.280.5600.20270.2653.4957.84
Hex945ACD1C3801410e353a
Octal22413231534700244166572
Binary1001010010110101100110111100111000010100100001110110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945ACD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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