#9D5CDE

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

Shades of Amethyst #9D5CDE

Tints of Amethyst #9D5CDE

Color information

#9D5CDE (or 0x9D5CDE) is unknown color: approx Amethyst. HEX triplet: 9D, 5C and DE. RGB value is (157,92,222). Sum of RGB (Red+Green+Blue) = 157+92+222=471 (62% of max value = 765). Red value is 157 (61.72% from 255 or 33.33% from 471); Green value is 92 (36.33% from 255 or 19.53% from 471); Blue value is 222 (87.11% from 255 or 47.13% from 471); Max value from RGB is 222 - color contains mainly: blue. Hex color #9D5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5CDE is #62A321. Grayscale: #7D7D7D. Windows color (decimal): -6464290 or 14572701. OLE color: 14572701.

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

Color convert

RGB15792222-
CMYK0.290.5900.13
HSL270º66.33%61.57%-
HSV(B)270º58.56%87.06%-
XYZ30.9220.171.36-
YUV126.26182.03149.93-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 33.33%
GREEN value IS 92 (36.33% from 255) = 19.53%
BLUE value IS 222 (87.11% from 255) = 47.13%
R=33.33%
G=19.53%
B=47.13%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal157922220.290.5900.1327066.3361.57
Hex9D5CDE1D3B0D10e423e
Octal235134336357301541610276
Binary1001110110111001101111011101111011011011000011101000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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