#9D5CE4

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

Shades of Amethyst #9D5CE4

Tints of Amethyst #9D5CE4

Color information

#9D5CE4 (or 0x9D5CE4) is unknown color: approx Amethyst. HEX triplet: 9D, 5C and E4. RGB value is (157,92,228). Sum of RGB (Red+Green+Blue) = 157+92+228=477 (63% of max value = 765). Red value is 157 (61.72% from 255 or 32.91% from 477); Green value is 92 (36.33% from 255 or 19.29% from 477); Blue value is 228 (89.45% from 255 or 47.80% from 477); Max value from RGB is 228 - color contains mainly: blue. Hex color #9D5CE4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9D5CE4 is #62A31B. Grayscale: #7E7E7E. Windows color (decimal): -6464284 or 14965917. OLE color: 14965917.

HSL color Cylindrical-coordinate representation of color #9D5CE4: hue angle of 268.68º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9D5CE4 is Cyan = 0.31, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15792228-
CMYK0.310.6000.11
HSL268.68º71.58%62.75%-
HSV(B)268.68º59.65%89.41%-
XYZ31.7420.4275.67-
YUV126.94185.03149.44-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 32.91%
GREEN value IS 92 (36.33% from 255) = 19.29%
BLUE value IS 228 (89.45% from 255) = 47.80%
R=32.91%
G=19.29%
B=47.80%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal157922280.310.6000.11268.6871.5862.75
Hex9D5CE41F3C0B10d483f
Octal235134344377401341511077
Binary1001110110111001110010011111111100010111000011011001000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D5CE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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