#905DC1

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

Shades of Amethyst #905DC1

Tints of Amethyst #905DC1

Color information

#905DC1 (or 0x905DC1) is unknown color: approx Amethyst. HEX triplet: 90, 5D and C1. RGB value is (144,93,193). Sum of RGB (Red+Green+Blue) = 144+93+193=430 (56% of max value = 765). Red value is 144 (56.64% from 255 or 33.49% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 193 (75.78% from 255 or 44.88% from 430); Max value from RGB is 193 - color contains mainly: blue. Hex color #905DC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905DC1 is #6FA23E. Grayscale: #777777. Windows color (decimal): -7316031 or 12672400. OLE color: 12672400.

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

Color convert

RGB14493193-
CMYK0.250.5200.24
HSL270.6º44.64%56.08%-
HSV(B)270.6º51.81%75.69%-
XYZ25.0417.6152.53-
YUV119.65169.4145.37-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.49%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 193 (75.78% from 255) = 44.88%
R=33.49%
G=21.63%
B=44.88%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144931930.250.5200.24270.644.6456.08
Hex905DC1193401810f2d38
Octal22013530131640304175570
Binary1001000010111011100000111001110100011000100001111101101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905DC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,93,193); }

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

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

 a { background-color: rgb(144,93,193); }

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

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

 span { border-color: rgb(144,93,193); }

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