#9E68C1

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

Shades of Amethyst #9E68C1

Tints of Amethyst #9E68C1

Color information

#9E68C1 (or 0x9E68C1) is unknown color: approx Amethyst. HEX triplet: 9E, 68 and C1. RGB value is (158,104,193). Sum of RGB (Red+Green+Blue) = 158+104+193=455 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.73% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 193 (75.78% from 255 or 42.42% from 455); Max value from RGB is 193 - color contains mainly: blue. Hex color #9E68C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E68C1 is #61973E. Grayscale: #818181. Windows color (decimal): -6395711 or 12675230. OLE color: 12675230.

HSL color Cylindrical-coordinate representation of color #9E68C1: hue angle of 276.4º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E68C1 is Cyan = 0.18, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB158104193-
CMYK0.180.4600.24
HSL276.4º41.78%58.24%-
HSV(B)276.4º46.11%75.69%-
XYZ28.6821.0253-
YUV130.29163.39147.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.73%
GREEN value IS 104 (41.02% from 255) = 22.86%
BLUE value IS 193 (75.78% from 255) = 42.42%
R=34.73%
G=22.86%
B=42.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1581041930.180.4600.24276.441.7858.24
Hex9E68C1122E0181142a3a
Octal23615030122560304245272
Binary1001111011010001100000110010101110011000100010100101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E68C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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