#9A71D1

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

Shades of Amethyst #9A71D1

Tints of Amethyst #9A71D1

Color information

#9A71D1 (or 0x9A71D1) is unknown color: approx Amethyst. HEX triplet: 9A, 71 and D1. RGB value is (154,113,209). Sum of RGB (Red+Green+Blue) = 154+113+209=476 (63% of max value = 765). Red value is 154 (60.55% from 255 or 32.35% from 476); Green value is 113 (44.53% from 255 or 23.74% from 476); Blue value is 209 (82.03% from 255 or 43.91% from 476); Max value from RGB is 209 - color contains mainly: blue. Hex color #9A71D1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A71D1 is #658E2E. Grayscale: #878787. Windows color (decimal): -6655535 or 13726106. OLE color: 13726106.

HSL color Cylindrical-coordinate representation of color #9A71D1: hue angle of 265.62º degrees, saturation: 0.51, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A71D1 is Cyan = 0.26, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB154113209-
CMYK0.260.4600.18
HSL265.62º51.06%63.14%-
HSV(B)265.62º45.93%81.96%-
XYZ30.7423.2863.2-
YUV136.2169.08140.69-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.35%
GREEN value IS 113 (44.53% from 255) = 23.74%
BLUE value IS 209 (82.03% from 255) = 43.91%
R=32.35%
G=23.74%
B=43.91%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1541132090.260.4600.18265.6251.0663.14
Hex9A71D11A2E01210a333f
Octal23216132132560224126377
Binary1001101011100011101000111010101110010010100001010110011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A71D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,113,209); }

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

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

 a { background-color: rgb(154,113,209); }

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

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

 span { border-color: rgb(154,113,209); }

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