#9050DD

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

Shades of Amethyst #9050DD

Tints of Amethyst #9050DD

Color information

#9050DD (or 0x9050DD) is unknown color: approx Amethyst. HEX triplet: 90, 50 and DD. RGB value is (144,80,221). Sum of RGB (Red+Green+Blue) = 144+80+221=445 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.36% from 445); Green value is 80 (31.64% from 255 or 17.98% from 445); Blue value is 221 (86.72% from 255 or 49.66% from 445); Max value from RGB is 221 - color contains mainly: blue. Hex color #9050DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9050DD is #6FAF22. Grayscale: #727272. Windows color (decimal): -7319331 or 14504080. OLE color: 14504080.

HSL color Cylindrical-coordinate representation of color #9050DD: hue angle of 267.23º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9050DD is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14480221-
CMYK0.350.6400.13
HSL267.23º67.46%59.02%-
HSV(B)267.23º63.8%86.67%-
XYZ27.4216.8970.22-
YUV115.21187.7148.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.36%
GREEN value IS 80 (31.64% from 255) = 17.98%
BLUE value IS 221 (86.72% from 255) = 49.66%
R=32.36%
G=17.98%
B=49.66%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144802210.350.6400.13267.2367.4659.02
Hex9050DD23400D10b433b
Octal2201203354310001541310373
Binary100100001010000110111011000111000000011011000010111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9050DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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