#9D5CCE

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

Shades of Amethyst #9D5CCE

Tints of Amethyst #9D5CCE

Color information

#9D5CCE (or 0x9D5CCE) is unknown color: approx Amethyst. HEX triplet: 9D, 5C and CE. RGB value is (157,92,206). Sum of RGB (Red+Green+Blue) = 157+92+206=455 (60% of max value = 765). Red value is 157 (61.72% from 255 or 34.51% from 455); Green value is 92 (36.33% from 255 or 20.22% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #9D5CCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5CCE is #62A331. Grayscale: #7C7C7C. Windows color (decimal): -6464306 or 13524125. OLE color: 13524125.

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

Color convert

RGB15792206-
CMYK0.240.5500.19
HSL274.21º53.77%58.43%-
HSV(B)274.21º55.34%80.78%-
XYZ28.8719.2860.59-
YUV124.43174.03151.23-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 34.51%
GREEN value IS 92 (36.33% from 255) = 20.22%
BLUE value IS 206 (80.86% from 255) = 45.27%
R=34.51%
G=20.22%
B=45.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal157922060.240.5500.19274.2153.7758.43
Hex9D5CCE1837013112363a
Octal23513431630670234226672
Binary1001110110111001100111011000110111010011100010010110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5CCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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