#9161C2

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

Shades of Amethyst #9161C2

Tints of Amethyst #9161C2

Color information

#9161C2 (or 0x9161C2) is unknown color: approx Amethyst. HEX triplet: 91, 61 and C2. RGB value is (145,97,194). Sum of RGB (Red+Green+Blue) = 145+97+194=436 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.26% from 436); Green value is 97 (38.28% from 255 or 22.25% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 194 - color contains mainly: blue. Hex color #9161C2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161C2 is #6E9E3D. Grayscale: #7A7A7A. Windows color (decimal): -7249470 or 12738961. OLE color: 12738961.

HSL color Cylindrical-coordinate representation of color #9161C2: hue angle of 269.69º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9161C2 is Cyan = 0.25, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB14597194-
CMYK0.250.5000.24
HSL269.69º44.29%57.06%-
HSV(B)269.69º50%76.08%-
XYZ25.6918.4653.25-
YUV122.41168.4144.11-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.26%
GREEN value IS 97 (38.28% from 255) = 22.25%
BLUE value IS 194 (76.17% from 255) = 44.50%
R=33.26%
G=22.25%
B=44.50%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal145971940.250.5000.24269.6944.2957.06
Hex9161C2193201810e2c39
Octal22114130231620304165471
Binary1001000111000011100001011001110010011000100001110101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9161C2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9161C2; }

 p { color: rgb(145,97,194); }

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

<style>
 a { background-color: #9161C2; }

 a { background-color: rgb(145,97,194); }

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

<style>
 span { border-color: #9161C2; }

 span { border-color: rgb(145,97,194); }

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