#905FD3

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

Shades of Amethyst #905FD3

Tints of Amethyst #905FD3

Color information

#905FD3 (or 0x905FD3) is unknown color: approx Amethyst. HEX triplet: 90, 5F and D3. RGB value is (144,95,211). Sum of RGB (Red+Green+Blue) = 144+95+211=450 (59% of max value = 765). Red value is 144 (56.64% from 255 or 32% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 211 (82.81% from 255 or 46.89% from 450); Max value from RGB is 211 - color contains mainly: blue. Hex color #905FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #905FD3 is #6FA02C. Grayscale: #7A7A7A. Windows color (decimal): -7315501 or 13852560. OLE color: 13852560.

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

Color convert

RGB14495211-
CMYK0.320.5500.17
HSL265.34º56.86%60%-
HSV(B)265.34º54.98%82.75%-
XYZ27.3518.8263.82-
YUV122.88177.73143.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32%
GREEN value IS 95 (37.5% from 255) = 21.11%
BLUE value IS 211 (82.81% from 255) = 46.89%
R=32%
G=21.11%
B=46.89%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal144952110.320.5500.17265.3456.8660
Hex905FD32037011109393c
Octal22013732340670214117174
Binary10010000101111111010011100000110111010001100001001111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #905FD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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