#9E74D1

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

Shades of Amethyst #9E74D1

Tints of Amethyst #9E74D1

Color information

#9E74D1 (or 0x9E74D1) is unknown color: approx Amethyst. HEX triplet: 9E, 74 and D1. RGB value is (158,116,209). Sum of RGB (Red+Green+Blue) = 158+116+209=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 116 (45.70% from 255 or 24.02% from 483); Blue value is 209 (82.03% from 255 or 43.27% from 483); Max value from RGB is 209 - color contains mainly: blue. Hex color #9E74D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E74D1 is #618B2E. Grayscale: #8A8A8A. Windows color (decimal): -6392623 or 13726878. OLE color: 13726878.

HSL color Cylindrical-coordinate representation of color #9E74D1: hue angle of 267.1º degrees, saturation: 0.5, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E74D1 is Cyan = 0.24, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB158116209-
CMYK0.240.4400.18
HSL267.1º50.27%63.73%-
HSV(B)267.1º44.5%81.96%-
XYZ31.8524.3663.35-
YUV139.16167.41141.44-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.71%
GREEN value IS 116 (45.70% from 255) = 24.02%
BLUE value IS 209 (82.03% from 255) = 43.27%
R=32.71%
G=24.02%
B=43.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1581162090.240.4400.18267.150.2763.73
Hex9E74D1182C01210b3240
Octal236164321305402241362100
Binary10011110111010011010001110001011000100101000010111100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E74D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,116,209); }

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

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

 a { background-color: rgb(158,116,209); }

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

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

 span { border-color: rgb(158,116,209); }

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