#905FC1

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

Shades of Amethyst #905FC1

Tints of Amethyst #905FC1

Color information

#905FC1 (or 0x905FC1) is unknown color: approx Amethyst. HEX triplet: 90, 5F and C1. RGB value is (144,95,193). Sum of RGB (Red+Green+Blue) = 144+95+193=432 (57% of max value = 765). Red value is 144 (56.64% from 255 or 33.33% from 432); Green value is 95 (37.5% from 255 or 21.99% from 432); Blue value is 193 (75.78% from 255 or 44.68% from 432); Max value from RGB is 193 - color contains mainly: blue. Hex color #905FC1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FC1 is #6FA03E. Grayscale: #787878. Windows color (decimal): -7315519 or 12672912. OLE color: 12672912.

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

Color convert

RGB14495193-
CMYK0.250.5100.24
HSL270º44.14%56.47%-
HSV(B)270º50.78%75.69%-
XYZ25.2217.9652.59-
YUV120.82168.73144.53-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 33.33%
GREEN value IS 95 (37.5% from 255) = 21.99%
BLUE value IS 193 (75.78% from 255) = 44.68%
R=33.33%
G=21.99%
B=44.68%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal144951930.250.5100.2427044.1456.47
Hex905FC1193301810e2c38
Octal22013730131630304165470
Binary1001000010111111100000111001110011011000100001110101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905FC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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