#9161BF

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

Shades of Amethyst #9161BF

Tints of Amethyst #9161BF

Color information

#9161BF (or 0x9161BF) is unknown color: approx Amethyst. HEX triplet: 91, 61 and BF. RGB value is (145,97,191). Sum of RGB (Red+Green+Blue) = 145+97+191=433 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.49% from 433); Green value is 97 (38.28% from 255 or 22.40% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #9161BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161BF is #6E9E40. Grayscale: #797979. Windows color (decimal): -7249473 or 12542353. OLE color: 12542353.

HSL color Cylindrical-coordinate representation of color #9161BF: hue angle of 270.64º 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 #9161BF is Cyan = 0.24, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB14597191-
CMYK0.240.4900.25
HSL270.64º42.34%56.47%-
HSV(B)270.64º49.21%74.9%-
XYZ25.3618.3351.49-
YUV122.07166.9144.36-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 33.49%
GREEN value IS 97 (38.28% from 255) = 22.40%
BLUE value IS 191 (75% from 255) = 44.11%
R=33.49%
G=22.40%
B=44.11%

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
Decimal145971910.240.4900.25270.6442.3456.47
Hex9161BF183101910f2a38
Octal22114127730610314175270
Binary1001000111000011011111111000110001011001100001111101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9161BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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