Html Css Color HEX #9766CE Amethyst

📋 copy color: '#9766CE'

red 151 ◦ green 102 ◦ blue 206

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

Shades of Amethyst #9766CE

Tints of Amethyst #9766CE

RGB

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

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

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

R = 32.9%
G = 22.22%
B = 44.88%

CMYK

 C value IS 0.27

 M value IS 0.50

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#9766CE (or 0x9766CE) is known color: Amethyst. HEX triplet: 97, 66 and CE. RGB value is (151,102,206). Sum of RGB (Red+Green+Blue) = 151+102+206=459 (60% of max value = 765). Red value is 151 (59.38% from 255 or 32.90% from 459); Green value is 102 (40.23% from 255 or 22.22% from 459); Blue value is 206 (80.86% from 255 or 44.88% from 459); Max value from RGB is 206 - color contains mainly: blue. Hex color #9766CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9766CE is #689931. Grayscale: #808080. Windows color (decimal): -6854962 or 13526679. OLE color: 13526679.

HSL color Cylindrical-coordinate representation of color #9766CE: hue angle of 268.27º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9766CE is Cyan = 0.27, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 151 102 206 -
CMYK 0.27 0.50 0 0.19
HSL 268.27º 0.51% 0.6% -
HSV(B) 268.27º 0.5% 0.81% -
XYZ 28.65 20.54 60.85 -
YUV 128.51 171.73 144.04 -
System Red Green Blue C M Y K H S L
Decimal 151 102 206 0.27 0.50 0 0.19 268.27 0.51 0.6
Hex 97 66 CE 1B 32 0 13 10C 33 3C
Octal 227 146 316 33 62 0 23 414 63 74
Binary 10010111 1100110 11001110 11011 110010 0 10011 100001100 110011 111100

Color Harmonies of #9766CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9766CE

Black with #9766CE

Text Example


Text Example

White with #9766CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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