#9B59DB

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

Shades of Amethyst #9B59DB

Tints of Amethyst #9B59DB

Color information

#9B59DB (or 0x9B59DB) is unknown color: approx Amethyst. HEX triplet: 9B, 59 and DB. RGB value is (155,89,219). Sum of RGB (Red+Green+Blue) = 155+89+219=463 (61% of max value = 765). Red value is 155 (60.94% from 255 or 33.48% from 463); Green value is 89 (35.16% from 255 or 19.22% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #9B59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9B59DB is #64A624. Grayscale: #7B7B7B. Windows color (decimal): -6596133 or 14375323. OLE color: 14375323.

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

Color convert

RGB15589219-
CMYK0.290.5900.14
HSL270.46º64.36%60.39%-
HSV(B)270.46º59.36%85.88%-
XYZ29.8819.2369.15-
YUV123.55181.87150.43-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 33.48%
GREEN value IS 89 (35.16% from 255) = 19.22%
BLUE value IS 219 (85.94% from 255) = 47.30%
R=33.48%
G=19.22%
B=47.30%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal155892190.290.5900.14270.4664.3660.39
Hex9B59DB1D3B0E10e403c
Octal233131333357301641610074
Binary1001101110110011101101111101111011011101000011101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B59DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B59DB; }

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

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

<style>
 a { background-color: #9B59DB; }

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

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

<style>
 span { border-color: #9B59DB; }

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

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