#9A69C1

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

Shades of Amethyst #9A69C1

Tints of Amethyst #9A69C1

Color information

#9A69C1 (or 0x9A69C1) is unknown color: approx Amethyst. HEX triplet: 9A, 69 and C1. RGB value is (154,105,193). Sum of RGB (Red+Green+Blue) = 154+105+193=452 (59% of max value = 765). Red value is 154 (60.55% from 255 or 34.07% from 452); Green value is 105 (41.41% from 255 or 23.23% from 452); Blue value is 193 (75.78% from 255 or 42.70% from 452); Max value from RGB is 193 - color contains mainly: blue. Hex color #9A69C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A69C1 is #65963E. Grayscale: #818181. Windows color (decimal): -6657599 or 12675482. OLE color: 12675482.

HSL color Cylindrical-coordinate representation of color #9A69C1: hue angle of 273.41º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A69C1 is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB154105193-
CMYK0.200.4600.24
HSL273.41º41.51%58.43%-
HSV(B)273.41º45.6%75.69%-
XYZ2820.8253-
YUV129.68163.73145.34-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 34.07%
GREEN value IS 105 (41.41% from 255) = 23.23%
BLUE value IS 193 (75.78% from 255) = 42.70%
R=34.07%
G=23.23%
B=42.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1541051930.200.4600.24273.4141.5158.43
Hex9A69C1142E0181112a3a
Octal23215130124560304215272
Binary1001101011010011100000110100101110011000100010001101010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A69C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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