Html Css Color HEX #9666BF Amethyst

📋 copy color: '#9666BF'

red 150 ◦ green 102 ◦ blue 191

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

Shades of Amethyst #9666BF

Tints of Amethyst #9666BF

RGB

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

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

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

R = 33.86%
G = 23.02%
B = 43.12%

CMYK

 C value IS 0.21

 M value IS 0.47

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#9666BF (or 0x9666BF) is known color: Amethyst. HEX triplet: 96, 66 and BF. RGB value is (150,102,191). Sum of RGB (Red+Green+Blue) = 150+102+191=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 102 (40.23% from 255 or 23.02% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #9666BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9666BF is #699940. Grayscale: #7E7E7E. Windows color (decimal): -6920513 or 12543638. OLE color: 12543638.

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

Color convert

RGB 150 102 191 -
CMYK 0.21 0.47 0 0.25
HSL 272.36º 0.41% 0.57% -
HSV(B) 272.36º 0.47% 0.75% -
XYZ 26.73 19.75 51.69 -
YUV 126.5 164.4 144.76 -
System Red Green Blue C M Y K H S L
Decimal 150 102 191 0.21 0.47 0 0.25 272.36 0.41 0.57
Hex 96 66 BF 15 2F 0 19 110 29 39
Octal 226 146 277 25 57 0 31 420 51 71
Binary 10010110 1100110 10111111 10101 101111 0 11001 100010000 101001 111001

Color Harmonies of #9666BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9666BF

Black with #9666BF

Text Example


Text Example

White with #9666BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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