Html Css Color HEX #9161BD Amethyst

📋 copy color: '#9161BD'

red 145 ◦ green 97 ◦ blue 189

#9161BD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amethyst #9161BD

Tints of Amethyst #9161BD

RGB

 RED value IS 145 (57.03% from 255) = 33.64%

 GREEN value IS 97 (38.28% from 255) = 22.51%

 BLUE value IS 189 (74.22% from 255) = 43.85%

R = 33.64%
G = 22.51%
B = 43.85%

CMYK

 C value IS 0.23

 M value IS 0.49

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9161BD (or 0x9161BD) is known color: Amethyst. HEX triplet: 91, 61 and BD. RGB value is (145,97,189). Sum of RGB (Red+Green+Blue) = 145+97+189=431 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.64% from 431); Green value is 97 (38.28% from 255 or 22.51% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 189 - color contains mainly: blue. Hex color #9161BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161BD is #6E9E42. Grayscale: #797979. Windows color (decimal): -7249475 or 12411281. OLE color: 12411281.

HSL color Cylindrical-coordinate representation of color #9161BD: hue angle of 271.3º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9161BD is Cyan = 0.23, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 145 97 189 -
CMYK 0.23 0.49 0 0.26
HSL 271.3º 0.41% 0.56% -
HSV(B) 271.3º 0.49% 0.74% -
XYZ 25.14 18.24 50.34 -
YUV 121.84 165.9 144.52 -
System Red Green Blue C M Y K H S L
Decimal 145 97 189 0.23 0.49 0 0.26 271.3 0.41 0.56
Hex 91 61 BD 17 31 0 1A 10F 29 38
Octal 221 141 275 27 61 0 32 417 51 70
Binary 10010001 1100001 10111101 10111 110001 0 11010 100001111 101001 111000

Color Harmonies of #9161BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9161BD

Black with #9161BD

Text Example


Text Example

White with #9161BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9161BD;
 }
 .AnyTagClassName
 {
   color: #9161BD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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