#9559db

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

Shades of Amethyst #9559DB

Tints of Amethyst #9559DB

Color information

#9559DB (or 0x9559DB) is unknown color: approx Amethyst. HEX triplet: 95, 59 and DB. RGB value is (149,89,219). Sum of RGB (Red+Green+Blue) = 149+89+219=457 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.60% from 457); Green value is 89 (35.16% from 255 or 19.47% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #9559DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9559DB is #6AA624. Grayscale: #797979. Windows color (decimal): -6989349 or 14375317. OLE color: 14375317.

HSL color Cylindrical-coordinate representation of color #9559DB: hue angle of 267.69º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9559DB is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB14989219-
CMYK0.320.5900.14
HSL267.69º64.36%60.39%-
HSV(B)267.69º59.36%85.88%-
XYZ28.7518.6569.1-
YUV121.76182.88147.43-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 32.60%
GREEN value IS 89 (35.16% from 255) = 19.47%
BLUE value IS 219 (85.94% from 255) = 47.92%
R=32.60%
G=19.47%
B=47.92%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal149892190.320.5900.14267.6964.3660.39
Hex9559DB203B0E10c403c
Octal225131333407301641410074
Binary10010101101100111011011100000111011011101000011001000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9559db

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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