Html Css Color HEX #9766BE Amethyst

📋 copy color: '#9766BE'

red 151 ◦ green 102 ◦ blue 190

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

Shades of Amethyst #9766BE

Tints of Amethyst #9766BE

RGB

 RED value IS 151 (59.38% from 255) = 34.09%

 GREEN value IS 102 (40.23% from 255) = 23.02%

 BLUE value IS 190 (74.61% from 255) = 42.89%

R = 34.09%
G = 23.02%
B = 42.89%

CMYK

 C value IS 0.21

 M value IS 0.46

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9766BE (or 0x9766BE) is known color: Amethyst. HEX triplet: 97, 66 and BE. RGB value is (151,102,190). Sum of RGB (Red+Green+Blue) = 151+102+190=443 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.09% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 190 (74.61% from 255 or 42.89% from 443); Max value from RGB is 190 - color contains mainly: blue. Hex color #9766BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766BE is #689941. Grayscale: #7E7E7E. Windows color (decimal): -6854978 or 12478103. OLE color: 12478103.

HSL color Cylindrical-coordinate representation of color #9766BE: hue angle of 273.41º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9766BE is Cyan = 0.21, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 151 102 190 -
CMYK 0.21 0.46 0 0.25
HSL 273.41º 0.4% 0.57% -
HSV(B) 273.41º 0.46% 0.75% -
XYZ 26.81 19.8 51.12 -
YUV 126.68 163.73 145.34 -
System Red Green Blue C M Y K H S L
Decimal 151 102 190 0.21 0.46 0 0.25 273.41 0.4 0.57
Hex 97 66 BE 15 2E 0 19 111 28 39
Octal 227 146 276 25 56 0 31 421 50 71
Binary 10010111 1100110 10111110 10101 101110 0 11001 100010001 101000 111001

Color Harmonies of #9766BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9766BE

Black with #9766BE

Text Example


Text Example

White with #9766BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #9766BE; }

 p { color: rgb(151,102,190); }

 H1.HeaderClassName
 {
   color: #9766BE;
 }
 .AnyTagClassName
 {
   color: #9766BE;
 }
</style>

background-color css

<style>
 a { background-color: #9766BE; }

 a { background-color: rgb(151,102,190); }

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

border-color css

<style>
 span { border-color: #9766BE; }

 span { border-color: rgb(151,102,190); }

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