#945DCC

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

Shades of Amethyst #945DCC

Tints of Amethyst #945DCC

Color information

#945DCC (or 0x945DCC) is unknown color: approx Amethyst. HEX triplet: 94, 5D and CC. RGB value is (148,93,204). Sum of RGB (Red+Green+Blue) = 148+93+204=445 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.26% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #945DCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DCC is #6BA233. Grayscale: #797979. Windows color (decimal): -7053876 or 13393300. OLE color: 13393300.

HSL color Cylindrical-coordinate representation of color #945DCC: hue angle of 269.73º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #945DCC is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB14893204-
CMYK0.270.5400.2
HSL269.73º52.11%58.24%-
HSV(B)269.73º54.41%80%-
XYZ27.0318.4859.27-
YUV122.1174.22146.47-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.26%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 204 (80.08% from 255) = 45.84%
R=33.26%
G=20.90%
B=45.84%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal148932040.270.5400.2269.7352.1158.24
Hex945DCC1B3601410e343a
Octal22413531433660244166472
Binary1001010010111011100110011011110110010100100001110110100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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