Html Css Color HEX #9161C1 Amethyst

📋 copy color: '#9161C1'

red 145 ◦ green 97 ◦ blue 193

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

Shades of Amethyst #9161C1

Tints of Amethyst #9161C1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.37%

R = 33.33%
G = 22.3%
B = 44.37%

CMYK

 C value IS 0.25

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#9161C1 (or 0x9161C1) is known color: Amethyst. HEX triplet: 91, 61 and C1. RGB value is (145,97,193). Sum of RGB (Red+Green+Blue) = 145+97+193=435 (57% of max value = 765). Red value is 145 (57.03% from 255 or 33.33% from 435); Green value is 97 (38.28% from 255 or 22.30% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 193 - color contains mainly: blue. Hex color #9161C1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161C1 is #6E9E3E. Grayscale: #797979. Windows color (decimal): -7249471 or 12673425. OLE color: 12673425.

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

Color convert

RGB 145 97 193 -
CMYK 0.25 0.50 0 0.24
HSL 270º 0.44% 0.57% -
HSV(B) 270º 0.5% 0.76% -
XYZ 25.58 18.42 52.66 -
YUV 122.3 167.9 144.19 -
System Red Green Blue C M Y K H S L
Decimal 145 97 193 0.25 0.50 0 0.24 270 0.44 0.57
Hex 91 61 C1 19 32 0 18 10E 2C 39
Octal 221 141 301 31 62 0 30 416 54 71
Binary 10010001 1100001 11000001 11001 110010 0 11000 100001110 101100 111001

Color Harmonies of #9161C1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9161C1

Black with #9161C1

Text Example


Text Example

White with #9161C1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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