#9A6ECA

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

Shades of Amethyst #9A6ECA

Tints of Amethyst #9A6ECA

Color information

#9A6ECA (or 0x9A6ECA) is unknown color: approx Amethyst. HEX triplet: 9A, 6E and CA. RGB value is (154,110,202). Sum of RGB (Red+Green+Blue) = 154+110+202=466 (61% of max value = 765). Red value is 154 (60.55% from 255 or 33.05% from 466); Green value is 110 (43.36% from 255 or 23.61% from 466); Blue value is 202 (79.30% from 255 or 43.35% from 466); Max value from RGB is 202 - color contains mainly: blue. Hex color #9A6ECA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ECA is #659135. Grayscale: #858585. Windows color (decimal): -6656310 or 13266586. OLE color: 13266586.

HSL color Cylindrical-coordinate representation of color #9A6ECA: hue angle of 268.7º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A6ECA is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB154110202-
CMYK0.240.4600.21
HSL268.7º46.46%61.18%-
HSV(B)268.7º45.54%79.22%-
XYZ29.5622.2958.62-
YUV133.64166.58142.52-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 33.05%
GREEN value IS 110 (43.36% from 255) = 23.61%
BLUE value IS 202 (79.30% from 255) = 43.35%
R=33.05%
G=23.61%
B=43.35%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1541102020.240.4600.21268.746.4661.18
Hex9A6ECA182E01510d2e3d
Octal23215631230560254155675
Binary1001101011011101100101011000101110010101100001101101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A6ECA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,110,202); }

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

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

 a { background-color: rgb(154,110,202); }

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

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

 span { border-color: rgb(154,110,202); }

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