Html Css Color HEX #9161CE Amethyst

📋 copy color: '#9161CE'

red 145 ◦ green 97 ◦ blue 206

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

Shades of Amethyst #9161CE

Tints of Amethyst #9161CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.98%

R = 32.37%
G = 21.65%
B = 45.98%

CMYK

 C value IS 0.30

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9161CE (or 0x9161CE) is known color: Amethyst. HEX triplet: 91, 61 and CE. RGB value is (145,97,206). Sum of RGB (Red+Green+Blue) = 145+97+206=448 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.37% from 448); Green value is 97 (38.28% from 255 or 21.65% from 448); Blue value is 206 (80.86% from 255 or 45.98% from 448); Max value from RGB is 206 - color contains mainly: blue. Hex color #9161CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9161CE is #6E9E31. Grayscale: #7B7B7B. Windows color (decimal): -7249458 or 13525393. OLE color: 13525393.

HSL color Cylindrical-coordinate representation of color #9161CE: hue angle of 266.42º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9161CE is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 145 97 206 -
CMYK 0.30 0.53 0 0.19
HSL 266.42º 0.53% 0.59% -
HSV(B) 266.42º 0.53% 0.81% -
XYZ 27.09 19.03 60.64 -
YUV 123.78 174.4 143.14 -
System Red Green Blue C M Y K H S L
Decimal 145 97 206 0.30 0.53 0 0.19 266.42 0.53 0.59
Hex 91 61 CE 1E 35 0 13 10A 35 3B
Octal 221 141 316 36 65 0 23 412 65 73
Binary 10010001 1100001 11001110 11110 110101 0 10011 100001010 110101 111011

Color Harmonies of #9161CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9161CE

Black with #9161CE

Text Example


Text Example

White with #9161CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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