#9E69D1

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

Shades of Amethyst #9E69D1

Tints of Amethyst #9E69D1

Color information

#9E69D1 (or 0x9E69D1) is unknown color: approx Amethyst. HEX triplet: 9E, 69 and D1. RGB value is (158,105,209). Sum of RGB (Red+Green+Blue) = 158+105+209=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 105 (41.41% from 255 or 22.25% from 472); Blue value is 209 (82.03% from 255 or 44.28% from 472); Max value from RGB is 209 - color contains mainly: blue. Hex color #9E69D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E69D1 is #61962E. Grayscale: #848484. Windows color (decimal): -6395439 or 13724062. OLE color: 13724062.

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

Color convert

RGB158105209-
CMYK0.240.5000.18
HSL270.58º53.06%61.57%-
HSV(B)270.58º49.76%81.96%-
XYZ30.6621.9862.95-
YUV132.7171.06146.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 105 (41.41% from 255) = 22.25%
BLUE value IS 209 (82.03% from 255) = 44.28%
R=33.47%
G=22.25%
B=44.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1581052090.240.5000.18270.5853.0661.57
Hex9E69D1183201210f353e
Octal23615132130620224176576
Binary1001111011010011101000111000110010010010100001111110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E69D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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