#9E6ABC

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

Shades of Amethyst #9E6ABC

Tints of Amethyst #9E6ABC

Color information

#9E6ABC (or 0x9E6ABC) is unknown color: approx Amethyst. HEX triplet: 9E, 6A and BC. RGB value is (158,106,188). Sum of RGB (Red+Green+Blue) = 158+106+188=452 (59% of max value = 765). Red value is 158 (62.11% from 255 or 34.96% from 452); Green value is 106 (41.80% from 255 or 23.45% from 452); Blue value is 188 (73.83% from 255 or 41.59% from 452); Max value from RGB is 188 - color contains mainly: blue. Hex color #9E6ABC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9E6ABC is #619543. Grayscale: #828282. Windows color (decimal): -6395204 or 12348062. OLE color: 12348062.

HSL color Cylindrical-coordinate representation of color #9E6ABC: hue angle of 278.05º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9E6ABC is Cyan = 0.16, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB158106188-
CMYK0.160.4400.26
HSL278.05º37.96%57.65%-
HSV(B)278.05º43.62%73.73%-
XYZ28.3321.2150.18-
YUV130.9160.23147.33-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 34.96%
GREEN value IS 106 (41.80% from 255) = 23.45%
BLUE value IS 188 (73.83% from 255) = 41.59%
R=34.96%
G=23.45%
B=41.59%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1581061880.160.4400.26278.0537.9657.65
Hex9E6ABC102C01A116263a
Octal23615227420540324264672
Binary1001111011010101011110010000101100011010100010110100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E6ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,106,188); }

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

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

 a { background-color: rgb(158,106,188); }

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

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

 span { border-color: rgb(158,106,188); }

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