#9E6DBF

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

Shades of Amethyst #9E6DBF

Tints of Amethyst #9E6DBF

Color information

#9E6DBF (or 0x9E6DBF) is unknown color: approx Amethyst. HEX triplet: 9E, 6D and BF. RGB value is (158,109,191). Sum of RGB (Red+Green+Blue) = 158+109+191=458 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.50% from 458); Green value is 109 (42.97% from 255 or 23.80% from 458); Blue value is 191 (75% from 255 or 41.70% from 458); Max value from RGB is 191 - color contains mainly: blue. Hex color #9E6DBF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DBF is #619240. Grayscale: #848484. Windows color (decimal): -6394433 or 12545438. OLE color: 12545438.

HSL color Cylindrical-coordinate representation of color #9E6DBF: hue angle of 275.85º degrees, saturation: 0.39, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #9E6DBF is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158109191-
CMYK0.170.4300.25
HSL275.85º39.05%58.82%-
HSV(B)275.85º42.93%74.9%-
XYZ28.9721.9752-
YUV133160.73145.83-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.50%
GREEN value IS 109 (42.97% from 255) = 23.80%
BLUE value IS 191 (75% from 255) = 41.70%
R=34.50%
G=23.80%
B=41.70%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1581091910.170.4300.25275.8539.0558.82
Hex9E6DBF112B019114273b
Octal23615527721530314244773
Binary1001111011011011011111110001101011011001100010100100111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,109,191); }

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

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

 a { background-color: rgb(158,109,191); }

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

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

 span { border-color: rgb(158,109,191); }

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