#9d5adb

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

Shades of Amethyst #9D5ADB

Tints of Amethyst #9D5ADB

Color information

#9D5ADB (or 0x9D5ADB) is unknown color: approx Amethyst. HEX triplet: 9D, 5A and DB. RGB value is (157,90,219). Sum of RGB (Red+Green+Blue) = 157+90+219=466 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.69% from 466); Green value is 90 (35.55% from 255 or 19.31% from 466); Blue value is 219 (85.94% from 255 or 47.00% from 466); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D5ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5ADB is #62A524. Grayscale: #7C7C7C. Windows color (decimal): -6464805 or 14375581. OLE color: 14375581.

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

Color convert

RGB15790219-
CMYK0.280.5900.14
HSL271.16º64.18%60.59%-
HSV(B)271.16º58.9%85.88%-
XYZ30.3519.5969.2-
YUV124.74181.2151.01-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.69%
GREEN value IS 90 (35.55% from 255) = 19.31%
BLUE value IS 219 (85.94% from 255) = 47.00%
R=33.69%
G=19.31%
B=47.00%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal157902190.280.5900.14271.1664.1860.59
Hex9D5ADB1C3B0E10f403d
Octal235132333347301641710075
Binary1001110110110101101101111100111011011101000011111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d5adb

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,90,219); }

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

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

 a { background-color: rgb(157,90,219); }

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

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

 span { border-color: rgb(157,90,219); }

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