#9D5ECE

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

Shades of Amethyst #9D5ECE

Tints of Amethyst #9D5ECE

Color information

#9D5ECE (or 0x9D5ECE) is unknown color: approx Amethyst. HEX triplet: 9D, 5E and CE. RGB value is (157,94,206). Sum of RGB (Red+Green+Blue) = 157+94+206=457 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.35% from 457); Green value is 94 (37.11% from 255 or 20.57% from 457); Blue value is 206 (80.86% from 255 or 45.08% from 457); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D5ECE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5ECE is #62A131. Grayscale: #7D7D7D. Windows color (decimal): -6463794 or 13524637. OLE color: 13524637.

HSL color Cylindrical-coordinate representation of color #9D5ECE: hue angle of 273.75º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9D5ECE is Cyan = 0.24, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB15794206-
CMYK0.240.5400.19
HSL273.75º53.33%58.82%-
HSV(B)273.75º54.37%80.78%-
XYZ29.0519.6360.65-
YUV125.6173.37150.39-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.35%
GREEN value IS 94 (37.11% from 255) = 20.57%
BLUE value IS 206 (80.86% from 255) = 45.08%
R=34.35%
G=20.57%
B=45.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal157942060.240.5400.19273.7553.3358.82
Hex9D5ECE1836013112353b
Octal23513631630660234226573
Binary1001110110111101100111011000110110010011100010010110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5ECE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,94,206); }

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

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

 a { background-color: rgb(157,94,206); }

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

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

 span { border-color: rgb(157,94,206); }

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