Html Css Color HEX #9161C4 Amethyst

📋 copy color: '#9161C4'

red 145 ◦ green 97 ◦ blue 196

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

Shades of Amethyst #9161C4

Tints of Amethyst #9161C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 44.75%

R = 33.11%
G = 22.15%
B = 44.75%

CMYK

 C value IS 0.26

 M value IS 0.51

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#9161C4 (or 0x9161C4) is known color: Amethyst. HEX triplet: 91, 61 and C4. RGB value is (145,97,196). Sum of RGB (Red+Green+Blue) = 145+97+196=438 (58% of max value = 765). Red value is 145 (57.03% from 255 or 33.11% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 196 (76.95% from 255 or 44.75% from 438); Max value from RGB is 196 - color contains mainly: blue. Hex color #9161C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161C4 is #6E9E3B. Grayscale: #7A7A7A. Windows color (decimal): -7249468 or 12870033. OLE color: 12870033.

HSL color Cylindrical-coordinate representation of color #9161C4: hue angle of 269.09º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9161C4 is Cyan = 0.26, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 145 97 196 -
CMYK 0.26 0.51 0 0.23
HSL 269.09º 0.46% 0.57% -
HSV(B) 269.09º 0.51% 0.77% -
XYZ 25.92 18.55 54.44 -
YUV 122.64 169.4 143.95 -
System Red Green Blue C M Y K H S L
Decimal 145 97 196 0.26 0.51 0 0.23 269.09 0.46 0.57
Hex 91 61 C4 1A 33 0 17 10D 2E 39
Octal 221 141 304 32 63 0 27 415 56 71
Binary 10010001 1100001 11000100 11010 110011 0 10111 100001101 101110 111001

Color Harmonies of #9161C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9161C4

Black with #9161C4

Text Example


Text Example

White with #9161C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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