#9166D3

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

Shades of Amethyst #9166D3

Tints of Amethyst #9166D3

Color information

#9166D3 (or 0x9166D3) is unknown color: approx Amethyst. HEX triplet: 91, 66 and D3. RGB value is (145,102,211). Sum of RGB (Red+Green+Blue) = 145+102+211=458 (60% of max value = 765). Red value is 145 (57.03% from 255 or 31.66% from 458); Green value is 102 (40.23% from 255 or 22.27% from 458); Blue value is 211 (82.81% from 255 or 46.07% from 458); Max value from RGB is 211 - color contains mainly: blue. Hex color #9166D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166D3 is #6E992C. Grayscale: #7E7E7E. Windows color (decimal): -7248173 or 13854353. OLE color: 13854353.

HSL color Cylindrical-coordinate representation of color #9166D3: hue angle of 263.67º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9166D3 is Cyan = 0.31, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB145102211-
CMYK0.310.5200.17
HSL263.67º55.33%61.37%-
HSV(B)263.67º51.66%82.75%-
XYZ28.1920.2364.05-
YUV127.28175.25140.64-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 31.66%
GREEN value IS 102 (40.23% from 255) = 22.27%
BLUE value IS 211 (82.81% from 255) = 46.07%
R=31.66%
G=22.27%
B=46.07%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1451022110.310.5200.17263.6755.3361.37
Hex9166D31F34011108373d
Octal22114632337640214106775
Binary1001000111001101101001111111110100010001100001000110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9166D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9166D3; }

 p { color: rgb(145,102,211); }

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

<style>
 a { background-color: #9166D3; }

 a { background-color: rgb(145,102,211); }

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

<style>
 span { border-color: #9166D3; }

 span { border-color: rgb(145,102,211); }

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