#9056DD

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

Shades of Amethyst #9056DD

Tints of Amethyst #9056DD

Color information

#9056DD (or 0x9056DD) is unknown color: approx Amethyst. HEX triplet: 90, 56 and DD. RGB value is (144,86,221). Sum of RGB (Red+Green+Blue) = 144+86+221=451 (59% of max value = 765). Red value is 144 (56.64% from 255 or 31.93% from 451); Green value is 86 (33.98% from 255 or 19.07% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #9056DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056DD is #6FA922. Grayscale: #767676. Windows color (decimal): -7317795 or 14505616. OLE color: 14505616.

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

Color convert

RGB14486221-
CMYK0.350.6100.13
HSL265.78º66.5%60.2%-
HSV(B)265.78º61.09%86.67%-
XYZ27.8817.8170.37-
YUV118.73185.72146.02-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 31.93%
GREEN value IS 86 (33.98% from 255) = 19.07%
BLUE value IS 221 (86.72% from 255) = 49.00%
R=31.93%
G=19.07%
B=49.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal144862210.350.6100.13265.7866.560.2
Hex9056DD233D0D10a433c
Octal220126335437501541210374
Binary10010000101011011011101100011111101011011000010101000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9056DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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