#9D4CDE

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

Shades of Amethyst #9D4CDE

Tints of Amethyst #9D4CDE

Color information

#9D4CDE (or 0x9D4CDE) is unknown color: approx Amethyst. HEX triplet: 9D, 4C and DE. RGB value is (157,76,222). Sum of RGB (Red+Green+Blue) = 157+76+222=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 76 (30.08% from 255 or 16.70% from 455); Blue value is 222 (87.11% from 255 or 48.79% from 455); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D4CDE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9D4CDE is #62B321. Grayscale: #747474. Windows color (decimal): -6468386 or 14568605. OLE color: 14568605.

HSL color Cylindrical-coordinate representation of color #9D4CDE: hue angle of 273.29º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9D4CDE is Cyan = 0.29, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB15776222-
CMYK0.290.6600.13
HSL273.29º68.87%58.43%-
HSV(B)273.29º65.77%87.06%-
XYZ29.6717.6170.94-
YUV116.86187.34156.63-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 76 (30.08% from 255) = 16.70%
BLUE value IS 222 (87.11% from 255) = 48.79%
R=34.51%
G=16.70%
B=48.79%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157762220.290.6600.13273.2968.8758.43
Hex9D4CDE1D420D111453a
Octal2351143363510201542110572
Binary10011101100110011011110111011000010011011000100011000101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D4CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,76,222); }

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

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

 a { background-color: rgb(157,76,222); }

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

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

 span { border-color: rgb(157,76,222); }

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