#945DCB

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

Shades of Amethyst #945DCB

Tints of Amethyst #945DCB

Color information

#945DCB (or 0x945DCB) is unknown color: approx Amethyst. HEX triplet: 94, 5D and CB. RGB value is (148,93,203). Sum of RGB (Red+Green+Blue) = 148+93+203=444 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.33% from 444); Green value is 93 (36.72% from 255 or 20.95% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #945DCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945DCB is #6BA234. Grayscale: #797979. Windows color (decimal): -7053877 or 13327764. OLE color: 13327764.

HSL color Cylindrical-coordinate representation of color #945DCB: hue angle of 270º degrees, saturation: 0.51, 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 #945DCB is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB14893203-
CMYK0.270.5400.20
HSL270º51.4%58.04%-
HSV(B)270º54.19%79.61%-
XYZ26.9118.4458.64-
YUV121.98173.72146.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 33.33%
GREEN value IS 93 (36.72% from 255) = 20.95%
BLUE value IS 203 (79.69% from 255) = 45.72%
R=33.33%
G=20.95%
B=45.72%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal148932030.270.5400.2027051.458.04
Hex945DCB1B3601410e333a
Octal22413531333660244166372
Binary1001010010111011100101111011110110010100100001110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #945DCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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