#905CC5

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

Shades of Amethyst #905CC5

Tints of Amethyst #905CC5

Color information

#905CC5 (or 0x905CC5) is unknown color: approx Amethyst. HEX triplet: 90, 5C and C5. RGB value is (144,92,197). Sum of RGB (Red+Green+Blue) = 144+92+197=433 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.26% from 433); Green value is 92 (36.33% from 255 or 21.25% from 433); Blue value is 197 (77.34% from 255 or 45.50% from 433); Max value from RGB is 197 - color contains mainly: blue. Hex color #905CC5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905CC5 is #6FA33A. Grayscale: #777777. Windows color (decimal): -7316283 or 12934288. OLE color: 12934288.

HSL color Cylindrical-coordinate representation of color #905CC5: hue angle of 269.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #905CC5 is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB14492197-
CMYK0.270.5300.23
HSL269.71º47.51%56.67%-
HSV(B)269.71º53.3%77.25%-
XYZ25.4117.6154.88-
YUV119.52171.73145.46-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.26%
GREEN value IS 92 (36.33% from 255) = 21.25%
BLUE value IS 197 (77.34% from 255) = 45.50%
R=33.26%
G=21.25%
B=45.50%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal144921970.270.5300.23269.7147.5156.67
Hex905CC51B3501710e3039
Octal22013430533650274166071
Binary1001000010111001100010111011110101010111100001110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905CC5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,92,197); }

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

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

 a { background-color: rgb(144,92,197); }

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

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

 span { border-color: rgb(144,92,197); }

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