#9559CE

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

Shades of Amethyst #9559CE

Tints of Amethyst #9559CE

Color information

#9559CE (or 0x9559CE) is unknown color: approx Amethyst. HEX triplet: 95, 59 and CE. RGB value is (149,89,206). Sum of RGB (Red+Green+Blue) = 149+89+206=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 206 (80.86% from 255 or 46.40% from 444); Max value from RGB is 206 - color contains mainly: blue. Hex color #9559CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559CE is #6AA631. Grayscale: #777777. Windows color (decimal): -6989362 or 13523349. OLE color: 13523349.

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

Color convert

RGB14989206-
CMYK0.280.5700.19
HSL270.77º54.42%57.84%-
HSV(B)270.77º56.8%80.78%-
XYZ27.1117.9960.44-
YUV120.28176.38148.49-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.56%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 206 (80.86% from 255) = 46.40%
R=33.56%
G=20.05%
B=46.40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal149892060.280.5700.19270.7754.4257.84
Hex9559CE1C3901310f363a
Octal22513131634710234176672
Binary1001010110110011100111011100111001010011100001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9559CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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