#9E68D1

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

Shades of Amethyst #9E68D1

Tints of Amethyst #9E68D1

Color information

#9E68D1 (or 0x9E68D1) is unknown color: approx Amethyst. HEX triplet: 9E, 68 and D1. RGB value is (158,104,209). Sum of RGB (Red+Green+Blue) = 158+104+209=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 209 (82.03% from 255 or 44.37% from 471); Max value from RGB is 209 - color contains mainly: blue. Hex color #9E68D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68D1 is #61972E. Grayscale: #838383. Windows color (decimal): -6395695 or 13723806. OLE color: 13723806.

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

Color convert

RGB158104209-
CMYK0.240.5000.18
HSL270.86º53.3%61.37%-
HSV(B)270.86º50.24%81.96%-
XYZ30.5621.7762.91-
YUV132.12171.39146.46-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.55%
GREEN value IS 104 (41.02% from 255) = 22.08%
BLUE value IS 209 (82.03% from 255) = 44.37%
R=33.55%
G=22.08%
B=44.37%

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
Decimal1581042090.240.5000.18270.8653.361.37
Hex9E68D1183201210f353d
Octal23615032130620224176575
Binary1001111011010001101000111000110010010010100001111110101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E68D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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