#905FD5

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

Shades of Amethyst #905FD5

Tints of Amethyst #905FD5

Color information

#905FD5 (or 0x905FD5) is unknown color: approx Amethyst. HEX triplet: 90, 5F and D5. RGB value is (144,95,213). Sum of RGB (Red+Green+Blue) = 144+95+213=452 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.86% from 452); Green value is 95 (37.5% from 255 or 21.02% from 452); Blue value is 213 (83.59% from 255 or 47.12% from 452); Max value from RGB is 213 - color contains mainly: blue. Hex color #905FD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FD5 is #6FA02A. Grayscale: #7A7A7A. Windows color (decimal): -7315499 or 13983632. OLE color: 13983632.

HSL color Cylindrical-coordinate representation of color #905FD5: hue angle of 264.92º degrees, saturation: 0.58, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #905FD5 is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB14495213-
CMYK0.320.5500.16
HSL264.92º58.42%60.39%-
HSV(B)264.92º55.4%83.53%-
XYZ27.618.9265.15-
YUV123.1178.73142.91-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.86%
GREEN value IS 95 (37.5% from 255) = 21.02%
BLUE value IS 213 (83.59% from 255) = 47.12%
R=31.86%
G=21.02%
B=47.12%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144952130.320.5500.16264.9258.4260.39
Hex905FD520370101093a3c
Octal22013732540670204117274
Binary10010000101111111010101100000110111010000100001001111010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905FD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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