#9E6DBE

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

Shades of Amethyst #9E6DBE

Tints of Amethyst #9E6DBE

Color information

#9E6DBE (or 0x9E6DBE) is unknown color: approx Amethyst. HEX triplet: 9E, 6D and BE. RGB value is (158,109,190). Sum of RGB (Red+Green+Blue) = 158+109+190=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 109 (42.97% from 255 or 23.85% from 457); Blue value is 190 (74.61% from 255 or 41.58% from 457); Max value from RGB is 190 - color contains mainly: blue. Hex color #9E6DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6DBE is #619241. Grayscale: #848484. Windows color (decimal): -6394434 or 12479902. OLE color: 12479902.

HSL color Cylindrical-coordinate representation of color #9E6DBE: hue angle of 276.3º degrees, saturation: 0.38, 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 #9E6DBE is Cyan = 0.17, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB158109190-
CMYK0.170.4300.25
HSL276.3º38.39%58.63%-
HSV(B)276.3º42.63%74.51%-
XYZ28.8621.9251.43-
YUV132.88160.23145.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.57%
GREEN value IS 109 (42.97% from 255) = 23.85%
BLUE value IS 190 (74.61% from 255) = 41.58%
R=34.57%
G=23.85%
B=41.58%

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
Decimal1581091900.170.4300.25276.338.3958.63
Hex9E6DBE112B019114263b
Octal23615527621530314244673
Binary1001111011011011011111010001101011011001100010100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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