#9D53DB

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

Shades of Amethyst #9D53DB

Tints of Amethyst #9D53DB

Color information

#9D53DB (or 0x9D53DB) is unknown color: approx Amethyst. HEX triplet: 9D, 53 and DB. RGB value is (157,83,219). Sum of RGB (Red+Green+Blue) = 157+83+219=459 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.20% from 459); Green value is 83 (32.81% from 255 or 18.08% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #9D53DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D53DB is #62AC24. Grayscale: #787878. Windows color (decimal): -6466597 or 14373789. OLE color: 14373789.

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

Color convert

RGB15783219-
CMYK0.280.6200.14
HSL272.65º65.38%59.22%-
HSV(B)272.65º62.1%85.88%-
XYZ29.7818.4769.01-
YUV120.63183.52153.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.20%
GREEN value IS 83 (32.81% from 255) = 18.08%
BLUE value IS 219 (85.94% from 255) = 47.71%
R=34.20%
G=18.08%
B=47.71%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal157832190.280.6200.14272.6565.3859.22
Hex9D53DB1C3E0E111413b
Octal235123333347601642110173
Binary1001110110100111101101111100111110011101000100011000001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D53DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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