#9559DF

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

Shades of Amethyst #9559DF

Tints of Amethyst #9559DF

Color information

#9559DF (or 0x9559DF) is unknown color: approx Amethyst. HEX triplet: 95, 59 and DF. RGB value is (149,89,223). Sum of RGB (Red+Green+Blue) = 149+89+223=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #9559DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559DF is #6AA620. Grayscale: #797979. Windows color (decimal): -6989345 or 14637461. OLE color: 14637461.

HSL color Cylindrical-coordinate representation of color #9559DF: hue angle of 266.87º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9559DF is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB14989223-
CMYK0.330.6000.13
HSL266.87º67.68%61.18%-
HSV(B)266.87º60.09%87.45%-
XYZ29.2918.8671.91-
YUV122.22184.88147.1-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.32%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 223 (87.5% from 255) = 48.37%
R=32.32%
G=19.31%
B=48.37%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal149892230.330.6000.13266.8767.6861.18
Hex9559DF213C0D10b443d
Octal225131337417401541310475
Binary10010101101100111011111100001111100011011000010111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9559DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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