#9E6ECC

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

Shades of Amethyst #9E6ECC

Tints of Amethyst #9E6ECC

Color information

#9E6ECC (or 0x9E6ECC) is unknown color: approx Amethyst. HEX triplet: 9E, 6E and CC. RGB value is (158,110,204). Sum of RGB (Red+Green+Blue) = 158+110+204=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 110 (43.36% from 255 or 23.31% from 472); Blue value is 204 (80.08% from 255 or 43.22% from 472); Max value from RGB is 204 - color contains mainly: blue. Hex color #9E6ECC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ECC is #619133. Grayscale: #868686. Windows color (decimal): -6394164 or 13397662. OLE color: 13397662.

HSL color Cylindrical-coordinate representation of color #9E6ECC: hue angle of 270.64º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9E6ECC is Cyan = 0.23, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB158110204-
CMYK0.230.4600.2
HSL270.64º47.96%61.57%-
HSV(B)270.64º46.08%80%-
XYZ30.5822.7859.91-
YUV135.07166.9144.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.47%
GREEN value IS 110 (43.36% from 255) = 23.31%
BLUE value IS 204 (80.08% from 255) = 43.22%
R=33.47%
G=23.31%
B=43.22%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1581102040.230.4600.2270.6447.9661.57
Hex9E6ECC172E01410f303e
Octal23615631427560244176076
Binary1001111011011101100110010111101110010100100001111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6ECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,110,204); }

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

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

 a { background-color: rgb(158,110,204); }

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

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

 span { border-color: rgb(158,110,204); }

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