#9559D8

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

Shades of Amethyst #9559D8

Tints of Amethyst #9559D8

Color information

#9559D8 (or 0x9559D8) is unknown color: approx Amethyst. HEX triplet: 95, 59 and D8. RGB value is (149,89,216). Sum of RGB (Red+Green+Blue) = 149+89+216=454 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.82% from 454); Green value is 89 (35.16% from 255 or 19.60% from 454); Blue value is 216 (84.77% from 255 or 47.58% from 454); Max value from RGB is 216 - color contains mainly: blue. Hex color #9559D8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559D8 is #6AA627. Grayscale: #787878. Windows color (decimal): -6989352 or 14178709. OLE color: 14178709.

HSL color Cylindrical-coordinate representation of color #9559D8: hue angle of 268.35º degrees, saturation: 0.62, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9559D8 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB14989216-
CMYK0.310.5900.15
HSL268.35º61.95%59.8%-
HSV(B)268.35º58.8%84.71%-
XYZ28.3618.4967.04-
YUV121.42181.38147.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.82%
GREEN value IS 89 (35.16% from 255) = 19.60%
BLUE value IS 216 (84.77% from 255) = 47.58%
R=32.82%
G=19.60%
B=47.58%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal149892160.310.5900.15268.3561.9559.8
Hex9559D81F3B0F10c3e3c
Octal22513133037730174147674
Binary100101011011001110110001111111101101111100001100111110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9559D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,89,216); }

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

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

 a { background-color: rgb(149,89,216); }

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

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

 span { border-color: rgb(149,89,216); }

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