#9056D5

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

Shades of Amethyst #9056D5

Tints of Amethyst #9056D5

Color information

#9056D5 (or 0x9056D5) is unknown color: approx Amethyst. HEX triplet: 90, 56 and D5. RGB value is (144,86,213). Sum of RGB (Red+Green+Blue) = 144+86+213=443 (58% of max value = 765). Red value is 144 (56.64% from 255 or 32.51% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 213 (83.59% from 255 or 48.08% from 443); Max value from RGB is 213 - color contains mainly: blue. Hex color #9056D5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056D5 is #6FA92A. Grayscale: #757575. Windows color (decimal): -7317803 or 13981328. OLE color: 13981328.

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

Color convert

RGB14486213-
CMYK0.320.6000.16
HSL267.4º60.19%58.63%-
HSV(B)267.4º59.62%83.53%-
XYZ26.8417.3964.89-
YUV117.82181.72146.67-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.51%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 213 (83.59% from 255) = 48.08%
R=32.51%
G=19.41%
B=48.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal144862130.320.6000.16267.460.1958.63
Hex9056D5203C01010b3c3b
Octal22012632540740204137473
Binary10010000101011011010101100000111100010000100001011111100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9056D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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