#9166CB

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

Shades of Amethyst #9166CB

Tints of Amethyst #9166CB

Color information

#9166CB (or 0x9166CB) is unknown color: approx Amethyst. HEX triplet: 91, 66 and CB. RGB value is (145,102,203). Sum of RGB (Red+Green+Blue) = 145+102+203=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 102 (40.23% from 255 or 22.67% from 450); Blue value is 203 (79.69% from 255 or 45.11% from 450); Max value from RGB is 203 - color contains mainly: blue. Hex color #9166CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9166CB is #6E9934. Grayscale: #7E7E7E. Windows color (decimal): -7248181 or 13330065. OLE color: 13330065.

HSL color Cylindrical-coordinate representation of color #9166CB: hue angle of 265.54º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9166CB is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB145102203-
CMYK0.290.5000.20
HSL265.54º49.27%59.8%-
HSV(B)265.54º49.75%79.61%-
XYZ27.2119.8358.89-
YUV126.37171.25141.29-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 32.22%
GREEN value IS 102 (40.23% from 255) = 22.67%
BLUE value IS 203 (79.69% from 255) = 45.11%
R=32.22%
G=22.67%
B=45.11%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1451022030.290.5000.20265.5449.2759.8
Hex9166CB1D3201410a313c
Octal22114631335620244126174
Binary1001000111001101100101111101110010010100100001010110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9166CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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