Html Css Color HEX #9661C0 Amethyst

📋 copy color: '#9661C0'

red 150 ◦ green 97 ◦ blue 192

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

Shades of Amethyst #9661C0

Tints of Amethyst #9661C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 43.74%

R = 34.17%
G = 22.1%
B = 43.74%

CMYK

 C value IS 0.22

 M value IS 0.49

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9661C0 (or 0x9661C0) is known color: Amethyst. HEX triplet: 96, 61 and C0. RGB value is (150,97,192). Sum of RGB (Red+Green+Blue) = 150+97+192=439 (58% of max value = 765). Red value is 150 (58.98% from 255 or 34.17% from 439); Green value is 97 (38.28% from 255 or 22.10% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #9661C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9661C0 is #699E3F. Grayscale: #7B7B7B. Windows color (decimal): -6921792 or 12607894. OLE color: 12607894.

HSL color Cylindrical-coordinate representation of color #9661C0: hue angle of 273.47º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9661C0 is Cyan = 0.22, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 150 97 192 -
CMYK 0.22 0.49 0 0.25
HSL 273.47º 0.43% 0.57% -
HSV(B) 273.47º 0.49% 0.75% -
XYZ 26.37 18.84 52.12 -
YUV 123.68 166.56 146.78 -
System Red Green Blue C M Y K H S L
Decimal 150 97 192 0.22 0.49 0 0.25 273.47 0.43 0.57
Hex 96 61 C0 16 31 0 19 111 2B 39
Octal 226 141 300 26 61 0 31 421 53 71
Binary 10010110 1100001 11000000 10110 110001 0 11001 100010001 101011 111001

Color Harmonies of #9661C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9661C0

Black with #9661C0

Text Example


Text Example

White with #9661C0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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