#9050D8

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

Shades of Amethyst #9050D8

Tints of Amethyst #9050D8

Color information

#9050D8 (or 0x9050D8) is unknown color: approx Amethyst. HEX triplet: 90, 50 and D8. RGB value is (144,80,216). Sum of RGB (Red+Green+Blue) = 144+80+216=440 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.73% from 440); Green value is 80 (31.64% from 255 or 18.18% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #9050D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050D8 is #6FAF27. Grayscale: #727272. Windows color (decimal): -7319336 or 14176400. OLE color: 14176400.

HSL color Cylindrical-coordinate representation of color #9050D8: hue angle of 268.24º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9050D8 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14480216-
CMYK0.330.6300.15
HSL268.24º63.55%58.04%-
HSV(B)268.24º62.96%84.71%-
XYZ26.7616.6266.76-
YUV114.64185.2148.94-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.73%
GREEN value IS 80 (31.64% from 255) = 18.18%
BLUE value IS 216 (84.77% from 255) = 49.09%
R=32.73%
G=18.18%
B=49.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal144802160.330.6300.15268.2463.5558.04
Hex9050D8213F0F10c403a
Octal220120330417701741410072
Binary10010000101000011011000100001111111011111000011001000000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9050D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9050D8; }

 p { color: rgb(144,80,216); }

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

<style>
 a { background-color: #9050D8; }

 a { background-color: rgb(144,80,216); }

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

<style>
 span { border-color: #9050D8; }

 span { border-color: rgb(144,80,216); }

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