#905EC3

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

Shades of Amethyst #905EC3

Tints of Amethyst #905EC3

Color information

#905EC3 (or 0x905EC3) is unknown color: approx Amethyst. HEX triplet: 90, 5E and C3. RGB value is (144,94,195). Sum of RGB (Red+Green+Blue) = 144+94+195=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 94 (37.11% from 255 or 21.71% from 433); Blue value is 195 (76.56% from 255 or 45.03% from 433); Max value from RGB is 195 - color contains mainly: blue. Hex color #905EC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905EC3 is #6FA13C. Grayscale: #787878. Windows color (decimal): -7315773 or 12803728. OLE color: 12803728.

HSL color Cylindrical-coordinate representation of color #905EC3: hue angle of 269.7º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #905EC3 is Cyan = 0.26, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14494195-
CMYK0.260.5200.24
HSL269.7º45.7%56.67%-
HSV(B)269.7º51.79%76.47%-
XYZ25.3517.8753.74-
YUV120.46170.06144.79-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 94 (37.11% from 255) = 21.71%
BLUE value IS 195 (76.56% from 255) = 45.03%
R=33.26%
G=21.71%
B=45.03%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144941950.260.5200.24269.745.756.67
Hex905EC31A3401810e2e39
Octal22013630332640304165671
Binary1001000010111101100001111010110100011000100001110101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905EC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #905EC3; }

 p { color: rgb(144,94,195); }

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

<style>
 a { background-color: #905EC3; }

 a { background-color: rgb(144,94,195); }

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

<style>
 span { border-color: #905EC3; }

 span { border-color: rgb(144,94,195); }

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