#9959DB

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

Shades of Amethyst #9959DB

Tints of Amethyst #9959DB

Color information

#9959DB (or 0x9959DB) is unknown color: approx Amethyst. HEX triplet: 99, 59 and DB. RGB value is (153,89,219). Sum of RGB (Red+Green+Blue) = 153+89+219=461 (61% of max value = 765). Red value is 153 (60.16% from 255 or 33.19% from 461); Green value is 89 (35.16% from 255 or 19.31% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #9959DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9959DB is #66A624. Grayscale: #7A7A7A. Windows color (decimal): -6727205 or 14375321. OLE color: 14375321.

HSL color Cylindrical-coordinate representation of color #9959DB: hue angle of 269.54º 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 #9959DB is Cyan = 0.30, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB15389219-
CMYK0.300.5900.14
HSL269.54º64.36%60.39%-
HSV(B)269.54º59.36%85.88%-
XYZ29.519.0369.14-
YUV122.96182.2149.43-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 33.19%
GREEN value IS 89 (35.16% from 255) = 19.31%
BLUE value IS 219 (85.94% from 255) = 47.51%
R=33.19%
G=19.31%
B=47.51%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal153892190.300.5900.14269.5464.3660.39
Hex9959DB1E3B0E10e403c
Octal231131333367301641610074
Binary1001100110110011101101111110111011011101000011101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9959DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9959DB; }

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

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

<style>
 a { background-color: #9959DB; }

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

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

<style>
 span { border-color: #9959DB; }

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

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