#9056CF

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

Shades of Amethyst #9056CF

Tints of Amethyst #9056CF

Color information

#9056CF (or 0x9056CF) is unknown color: approx Amethyst. HEX triplet: 90, 56 and CF. RGB value is (144,86,207). Sum of RGB (Red+Green+Blue) = 144+86+207=437 (57% of max value = 765). Red value is 144 (56.64% from 255 or 32.95% from 437); Green value is 86 (33.98% from 255 or 19.68% from 437); Blue value is 207 (81.25% from 255 or 47.37% from 437); Max value from RGB is 207 - color contains mainly: blue. Hex color #9056CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9056CF is #6FA930. Grayscale: #747474. Windows color (decimal): -7317809 or 13588112. OLE color: 13588112.

HSL color Cylindrical-coordinate representation of color #9056CF: hue angle of 268.76º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9056CF is Cyan = 0.30, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB14486207-
CMYK0.300.5800.19
HSL268.76º55.76%57.45%-
HSV(B)268.76º58.45%81.18%-
XYZ26.0917.0960.95-
YUV117.14178.72147.16-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 32.95%
GREEN value IS 86 (33.98% from 255) = 19.68%
BLUE value IS 207 (81.25% from 255) = 47.37%
R=32.95%
G=19.68%
B=47.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal144862070.300.5800.19268.7655.7657.45
Hex9056CF1E3A01310d3839
Octal22012631736720234157071
Binary1001000010101101100111111110111010010011100001101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9056CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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