Html Css Color HEX #9766BC Amethyst

📋 copy color: '#9766BC'

red 151 ◦ green 102 ◦ blue 188

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

Shades of Amethyst #9766BC

Tints of Amethyst #9766BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 42.63%

R = 34.24%
G = 23.13%
B = 42.63%

CMYK

 C value IS 0.20

 M value IS 0.46

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#9766BC (or 0x9766BC) is known color: Amethyst. HEX triplet: 97, 66 and BC. RGB value is (151,102,188). Sum of RGB (Red+Green+Blue) = 151+102+188=441 (58% of max value = 765). Red value is 151 (59.38% from 255 or 34.24% from 441); Green value is 102 (40.23% from 255 or 23.13% from 441); Blue value is 188 (73.83% from 255 or 42.63% from 441); Max value from RGB is 188 - color contains mainly: blue. Hex color #9766BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766BC is #689943. Grayscale: #7E7E7E. Windows color (decimal): -6854980 or 12347031. OLE color: 12347031.

HSL color Cylindrical-coordinate representation of color #9766BC: hue angle of 274.19º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9766BC is Cyan = 0.20, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 151 102 188 -
CMYK 0.20 0.46 0 0.26
HSL 274.19º 0.39% 0.57% -
HSV(B) 274.19º 0.46% 0.74% -
XYZ 26.59 19.71 49.98 -
YUV 126.46 162.73 145.51 -
System Red Green Blue C M Y K H S L
Decimal 151 102 188 0.20 0.46 0 0.26 274.19 0.39 0.57
Hex 97 66 BC 14 2E 0 1A 112 27 39
Octal 227 146 274 24 56 0 32 422 47 71
Binary 10010111 1100110 10111100 10100 101110 0 11010 100010010 100111 111001

Color Harmonies of #9766BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9766BC

Black with #9766BC

Text Example


Text Example

White with #9766BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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