#9A69BE

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

Shades of Amethyst #9A69BE

Tints of Amethyst #9A69BE

Color information

#9A69BE (or 0x9A69BE) is unknown color: approx Amethyst. HEX triplet: 9A, 69 and BE. RGB value is (154,105,190). Sum of RGB (Red+Green+Blue) = 154+105+190=449 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.30% from 449); Green value is 105 (41.41% from 255 or 23.39% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #9A69BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69BE is #659641. Grayscale: #818181. Windows color (decimal): -6657602 or 12478874. OLE color: 12478874.

HSL color Cylindrical-coordinate representation of color #9A69BE: hue angle of 274.59º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9A69BE is Cyan = 0.19, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB154105190-
CMYK0.190.4500.25
HSL274.59º39.53%57.84%-
HSV(B)274.59º44.74%74.51%-
XYZ27.6720.6951.25-
YUV129.34162.23145.59-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.30%
GREEN value IS 105 (41.41% from 255) = 23.39%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=34.30%
G=23.39%
B=42.32%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1541051900.190.4500.25274.5939.5357.84
Hex9A69BE132D019113283a
Octal23215127623550314235072
Binary1001101011010011011111010011101101011001100010011101000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A69BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,105,190); }

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

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

 a { background-color: rgb(154,105,190); }

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

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

 span { border-color: rgb(154,105,190); }

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