#9161BE

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

Shades of Amethyst #9161BE

Tints of Amethyst #9161BE

Color information

#9161BE (or 0x9161BE) is unknown color: approx Amethyst. HEX triplet: 91, 61 and BE. RGB value is (145,97,190). Sum of RGB (Red+Green+Blue) = 145+97+190=432 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.56% from 432); Green value is 97 (38.28% from 255 or 22.45% from 432); Blue value is 190 (74.61% from 255 or 43.98% from 432); Max value from RGB is 190 - color contains mainly: blue. Hex color #9161BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161BE is #6E9E41. Grayscale: #797979. Windows color (decimal): -7249474 or 12476817. OLE color: 12476817.

HSL color Cylindrical-coordinate representation of color #9161BE: hue angle of 270.97º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9161BE is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14597190-
CMYK0.240.4900.25
HSL270.97º41.7%56.27%-
HSV(B)270.97º48.95%74.51%-
XYZ25.2518.2950.91-
YUV121.95166.4144.44-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.56%
GREEN value IS 97 (38.28% from 255) = 22.45%
BLUE value IS 190 (74.61% from 255) = 43.98%
R=33.56%
G=22.45%
B=43.98%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal145971900.240.4900.25270.9741.756.27
Hex9161BE183101910f2a38
Octal22114127630610314175270
Binary1001000111000011011111011000110001011001100001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9161BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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