Html Css Color HEX #9661BF Amethyst

📋 copy color: '#9661BF'

red 150 ◦ green 97 ◦ blue 191

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

Shades of Amethyst #9661BF

Tints of Amethyst #9661BF

RGB

 RED value IS 150 (58.98% from 255) = 34.25%

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

 BLUE value IS 191 (75% from 255) = 43.61%

R = 34.25%
G = 22.15%
B = 43.61%

CMYK

 C value IS 0.21

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9661BF (or 0x9661BF) is known color: Amethyst. HEX triplet: 96, 61 and BF. RGB value is (150,97,191). Sum of RGB (Red+Green+Blue) = 150+97+191=438 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.25% from 438); Green value is 97 (38.28% from 255 or 22.15% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 191 - color contains mainly: blue. Hex color #9661BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661BF is #699E40. Grayscale: #7B7B7B. Windows color (decimal): -6921793 or 12542358. OLE color: 12542358.

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

Color convert

RGB 150 97 191 -
CMYK 0.21 0.49 0 0.25
HSL 273.83º 0.42% 0.56% -
HSV(B) 273.83º 0.49% 0.75% -
XYZ 26.26 18.8 51.53 -
YUV 123.56 166.06 146.86 -
System Red Green Blue C M Y K H S L
Decimal 150 97 191 0.21 0.49 0 0.25 273.83 0.42 0.56
Hex 96 61 BF 15 31 0 19 112 2A 38
Octal 226 141 277 25 61 0 31 422 52 70
Binary 10010110 1100001 10111111 10101 110001 0 11001 100010010 101010 111000

Color Harmonies of #9661BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9661BF

Black with #9661BF

Text Example


Text Example

White with #9661BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #9661BF;
 }
 .AnyTagClassName
 {
   color: #9661BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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