#9559CD

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

Shades of Amethyst #9559CD

Tints of Amethyst #9559CD

Color information

#9559CD (or 0x9559CD) is unknown color: approx Amethyst. HEX triplet: 95, 59 and CD. RGB value is (149,89,205). Sum of RGB (Red+Green+Blue) = 149+89+205=443 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.63% from 443); Green value is 89 (35.16% from 255 or 20.09% from 443); Blue value is 205 (80.47% from 255 or 46.28% from 443); Max value from RGB is 205 - color contains mainly: blue. Hex color #9559CD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559CD is #6AA632. Grayscale: #777777. Windows color (decimal): -6989363 or 13457813. OLE color: 13457813.

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

Color convert

RGB14989205-
CMYK0.270.5700.20
HSL271.03º53.7%57.65%-
HSV(B)271.03º56.59%80.39%-
XYZ26.9917.9459.8-
YUV120.16175.88148.57-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 33.63%
GREEN value IS 89 (35.16% from 255) = 20.09%
BLUE value IS 205 (80.47% from 255) = 46.28%
R=33.63%
G=20.09%
B=46.28%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal149892050.270.5700.20271.0353.757.65
Hex9559CD1B3901410f363a
Octal22513131533710244176672
Binary1001010110110011100110111011111001010100100001111110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9559CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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